Type TipoControl
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
No Metadata Documentation available.
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
TipoControl CreateTipoControl(int codigo, string nombre)
Create a new TipoControl object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
int Codigo get; set;
Código del tipo de control
EntityCollection<Control> Controles get; set;
Controles que pertencen a determinado tipo de control
string Descripcion get; set;
Descripción del tipo de control
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se grabó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha en que se modificó el registro
List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho
string Nombre get; set;
Nombre del tipo de control
Pais Pais get; set;
País asociado al tipo de control
EntityReference<Pais> PaisReference get; set;
País asociado al tipo de control
string RawPropertyBagData get; set;
Información de campos adicionales
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que modificó el registro