[]
Static class for transforming query results or dictionaries into a bindable collection of strongly typed objects.
public static class ClassFactory
| 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. |