Clase para la definición de los valores de un campo lógico. Más...
Métodos públicos | |
BooleanDefinition (ColumnDefinition toColumnDefinition) | |
Constructor. | |
override String | _ToSQL (String tcFieldName) |
Override _ToSQL. | |
BooleanDefinition (ColumnDefinition toColumnDefinition, XElement toValores) | |
Constructor. | |
![]() | |
void | _SetValue (Object toKey, Object toValue, Color toColor, String tcKeyDescription="") |
Establece el valor. | |
void | _SetValue (Object toKey, Object toValue) |
Establece el valor. | |
void | _SetValue (Object toKey, Object toValue, String tcKeyDescription) |
Establece el valor. | |
String | _GetValue (Object toKey) |
Obtiene el valor. | |
XElement | _ToXElement () |
Constuye el XElement. | |
DefinicionValores (ColumnDefinition toColumnDefinition, XElement toElement) | |
Constructor. | |
DefinicionValores (ColumnDefinition toColumnDefinition) | |
Constructor. | |
Otros miembros heredados | |
![]() | |
void | _SetKeyDescription (Object toKey, String tcDescription) |
Establece la descripción para una key. | |
![]() | |
Color | _DefaultColor [get, set] |
Color por defecto. | |
String | _ColumnName [get] |
Código de la columna relacionada con los valores. | |
ColumnDefinition | _ColumDefinition [get] |
ColumnDefinition. | |
Int32 | _Count [get] |
Count. | |
virtual List< DefinicionValor > | _Values [get, set] |
Listado de valores. | |
Clase para la definición de los valores de un campo lógico.
Definición en la línea 2070 del archivo ColumnDefinition.cs.
|
inline |
Constructor.
toColumnDefinition |
Definición en la línea 2080 del archivo ColumnDefinition.cs.
|
inline |
Constructor.
toColumnDefinition | |
toValores |
Definición en la línea 2107 del archivo ColumnDefinition.cs.
|
inlinevirtual |
Override _ToSQL.
tcFieldName |
Reimplementado de sage.ew.formul.Clases.DefinicionValores.
Definición en la línea 2092 del archivo ColumnDefinition.cs.