DataExtension Class

Extension method for Data.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static class DataExtension
Inheritance
Object    DataExtension

Methods

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.

See Also