Field Class

Model class that represents a list field.

Definition

Namespace: Aliquo.Windows.Controls.Models
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class Field : BindableBase
Inheritance
Object    BindableCore    BindableBase    Field
Derived

Constructors

Properties

Alias Get or set field alias.
Caption Get or set grouped caption title.
CaptionAndText Get or set caption and text.
FilterValue Get or set filter value.
Format Get or set the data format.
Name Get or set the field name.
SortDirection Get or set the field sort direction.
SortOrder Get or set the position in the list of sort fields.
Summary Get or set summary type.
Text Get or set field text.
Width Get of set the field width.

Extension Methods

GetAliasName Gets the alias or name of the Field.
(Defined by FieldExtensions)
GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
GetMappingAlias Gets the alias for the map
(Defined by FieldExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also