Class DynamicClass
Defines the dynamic class.
Inheritance
System.Object
DynamicClass
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WinForms.dll
Syntax
public abstract class DynamicClass
Constructors
DynamicClass()
Declaration
protected DynamicClass()
Methods
ToString()
Returns the string that contains the properties and their values in the class.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string that contains the properties and their values in the class. |
Overrides
System.Object.ToString()