Class ClassFactory
Inheritance
System.Object
ClassFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Data
Assembly: Syncfusion.EJ2.dll
Syntax
public class ClassFactory
Fields
Instance
Declaration
public static readonly ClassFactory Instance
Field Value
Type | Description |
---|---|
ClassFactory |
Methods
GetDynamicClass(IEnumerable<DynamicProperty>)
Declaration
public Type GetDynamicClass(IEnumerable<DynamicProperty> properties)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<DynamicProperty> | properties |
Returns
Type | Description |
---|---|
System.Type |