[]
        
(Showing Draft Content)

C1.DataEngine.ClassFactory

ClassFactory Class

Static class for transforming query results or dictionaries into a bindable collection of strongly typed objects.

Inheritance
ClassFactory
Namespace: C1.DataEngine
Assembly: C1.DataEngine.Api.dll
Syntax
public static class ClassFactory

Methods

Name Description
CreateFromDataList(IDataList, string)

Creates a bindable collection of strongly typed objects from an IDataList instance.

CreateFromDictionary(Dictionary<string, object>, string)

Creates a bindable collection of strongly typed objects from a Dictionary<TKey, TValue> instance.