public static class DataExtension
<ExtensionAttribute>
Public NotInheritable Class DataExtension
ContainsField | Evaluates whether the model list DataField contains a model that matches the given name. |
FindField | Searches a list of the model DataField. |
GetFieldValue | Searches a list of the model DataField for a model with the given name. |
SetFieldValue | Searches a list of the model DataField for a model with the given name and assigns the value. |
SetValuesFromModel | Object properties are passed to model fields Data using the annotation attributes of the object properties. |
SetValuesToModel | The values of the model fields Data are passed to the properties of an object using the annotation attributes of the object properties. |