Data Class

Table element class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class Data : BindableCore
Inheritance
Object    BindableCore    Data

Constructors

Data Constructor of class.
Data(String) Constructor of class.

Properties

Fields List<DataField> with the field elements.
ItemInt32 Gets the field element.
ItemString Gets the field element.
Table Table name.

Methods

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.

Extension Methods

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)

See Also