TableField Class

Table field configuration.

Definition

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

Constructors

TableFieldInitializes a new instance of the TableField class

Properties

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].

Extension Methods

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

See Also