RgfDynamicData Class

Definition

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

Constructors

RgfDynamicDataInitializes 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, CultureInfo) 
ConvertToTypedValue(ClientDataType, Object) 
ConvertToTypedValue(ClientDataType, Object, CultureInfo) 
Equals(Object)
(Overrides ObjectEquals(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 ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsNumeric 
IsNumeric(Object) 
IsNumeric(Type) 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)
ToString(CultureInfo, String) 

Events

See Also