[SerializableAttribute]
public class Data : BindableCore<SerializableAttribute>
Public Class Data
Inherits BindableCore| Data | Constructor of class. |
| Data(String) | Constructor of class. |
| Fields | List<DataField> with the field elements. |
| ItemInt32 | Gets the field element. |
| ItemString | Gets the field element. |
| Table | Table name. |
| Contains(Int32) | Checks if the list of field elements contains the indicated field. |
| Contains(String) | Checks if the list of field elements contains the indicated field. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| SetValuesFromModel |
Object properties are passed to model fields Data using the annotation attributes of the object properties.
(Defined by DataExtension) |
| SetValuesToModel |
The values of the model fields Data are passed to the properties of an object using the annotation attributes of the object properties.
(Defined by DataExtension) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |