DataField Class

Structure to read or write information to the database.

Definition

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

Constructors

DataField Constructor class.
DataField(String, Object, Boolean) Constructor class.

Properties

Field Data field.
IsKey Indicates if it's a key field.
Value Field value.

Methods

ToString Convert the value of the field to string format.
(Overrides ObjectToString)

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also