RgfDynamicData Class

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.10.0.11113
C#
public class RgfDynamicData : IEquatable<RgfDynamicData>
Inheritance
Object    RgfDynamicData
Implements
IEquatable<RgfDynamicData>

Constructors

RgfDynamicData()Initializes a new instance of the RgfDynamicData class
RgfDynamicData(Object)Initializes a new instance of the RgfDynamicData class
RgfDynamicData(String, Object)Initializes a new instance of the RgfDynamicData class
RgfDynamicData(ClientDataType, Object, String)Initializes a new instance of the RgfDynamicData class

Properties

Methods

ConvertToTypedValue(ClientDataType, Object) 
ConvertToTypedValue(ClientDataType, Object, CultureInfo) 
Equals(Object)
(Overrides Object.Equals(Object))
Equals(RgfDynamicData) 
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Overrides Object.GetHashCode())
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsNumeric(Object) 
IsNumeric(Type) 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetValueSilently 
ToString()
(Overrides Object.ToString())
ToString(CultureInfo, String) 
TryGetNumericEquality 

Events

Extension Methods

See Also