Type GrupoCampoDinamico
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Grupos de campos dinámicos
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
GrupoCampoDinamico CreateGrupoCampoDinamico(int codigo, decimal peso, string nombre, int orden)
Create a new GrupoCampoDinamico object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
decimal
peso - Initial value of the Peso property.
-
string
nombre - Initial value of the Nombre property.
-
int
orden - Initial value of the Orden property.
Public properties
EntityCollection<CampoFormularioDinamico> Campos get; set;
Campos que componen el grupo
int Codigo get; set;
Codigo
string Descripcion get; set;
Descripción del grupo
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available.
Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available.
FormularioDinamico FormularioDinamico get; set;
No Metadata Documentation available.
EntityReference<FormularioDinamico> FormularioDinamicoReference get; set;
No Metadata Documentation available.
GrupoCampoDinamico GrupoPadre get; set;
Grupo padre del grupo presente
EntityReference<GrupoCampoDinamico> GrupoPadreReference get; set;
Grupo padre del grupo presente
EntityCollection<GrupoCampoDinamico> GruposHijos get; set;
Grupos que se dibujarán dentro del presente grupo
string Nombre get; set;
Nombre del grupo
int Orden get; set;
Orden en que se dibuja el grupo
decimal Peso get; set;
Peso del grupo
string UsuarioGrabacion get; set;
No Metadata Documentation available.
string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.