public class Field : BindableBase
Public Class Field
Inherits BindableBase
Field | Constructor class. |
Field(String, String, String, Double) | Constructor class. |
Field(String, String, String, String, Double, String) | Constructor class. |
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. |
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) |