Class DynamicClass
Defines the dynamic class.
Inheritance
System.Object
DynamicClass
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public abstract class DynamicClass : Object
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. |