[SerializableAttribute]
public class TableField : BindableCore
<SerializableAttribute>
Public Class TableField
Inherits BindableCore
TableField | Initializes a new instance of the TableField class |
CharacterCasing | Character type [TipoCaracteres]. |
DataType | Data type of the field [Tipo]. |
Decimals | Number of decimals [Decimales]. |
DefaultValue | Default value [ValorPorDefecto]. |
Description | Converted text of the resource markers corresponding to ResourceDescription. |
EditingMode | Indicates if the field is editable [ModoEdicion]. |
Expression | Statement of an expression field [Expresion]. |
Format | Field format [Formato]. |
Help | Converted text of the resource markers corresponding to ResourceHelp. |
Id | Field identifier [Id]. |
Length | Length of field [Longitud]. |
MaxValue | Maximum value [ValorMaximo]. |
MinValue | Minimum value [ValorMinimo]. |
Modules | Modules of the field [Modulos]. |
Name | Field name or alias of the expression [Nombre]. |
Predefined | Indicates whether the field is predefined [Predefinido]. |
ProjectCode | Design project code [CodProyecto]. |
Required | Required value [Requerido]. |
ResourceDescription | Description or resource of the field [RecursoDescripcion]. |
ResourceHelp | Help text or resource of the field [RecursoAyuda]. |
ResourceText | Text or resource of the field [RecursoTexto]. |
StyleType | Style of the field [TipoEstilo]. |
StyleValues | Values of style [ValoresEstilo]. |
Text | Converted text of the resource markers corresponding to ResourceText. |
Visible | Indicates whether the field is visible [Visible]. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |