Type ContactoInstitucionCapacitacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag
Entidad que representa a los contactos de una institución
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
ContactoInstitucionCapacitacion CreateContactoInstitucionCapacitacion(int codigo, string nombre)
Create a new ContactoInstitucionCapacitacion object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
string Cargo get; set;
Cargo del contacto (se usa principalmente cuando el tipo de contacto es administrativo)
string Celular get; set;
Número de teléfono celular del contacto
int Codigo get; set;
Código de contacto asociado a una institución
string Comentarios get; set;
Observaciones o comentarios
string Email get; set;
Dirección de correo electrónico del contacto
EntityKey EntityKey get; set;
EntityState EntityState get;
string Extension get; set;
Número de extensión del telefono del contacto
Nullable<DateTime> FechaGrabacion get; set;
Fecha de creación del registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación
InstitucionCapacitacion Institucion get; set;
Institución a la que pertenece el contacto
EntityReference<InstitucionCapacitacion> InstitucionReference get; set;
Institución a la que pertenece el contacto
string Nombre get; set;
Nombre del contacto
string RawPropertyBagData get; set;
Data de los campos adicionales
string Telefono get; set;
Número de teléfono fijo del contacto
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación