Type BancoYAcreedor
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag
Almacena todas las instituciones financieras y acreedores
Events
Methods
- CreateBancoYAcreedor
- ShouldSerializeCuentasBancarias
- ShouldSerializeDescuentosCiclicos
- ShouldSerializeTipoBanco
- ShouldSerializeTipoBancoReference
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeCuentasBancarias()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeDescuentosCiclicos()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeTipoBanco()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeTipoBancoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
BancoYAcreedor CreateBancoYAcreedor(short codigo, string nombre)
Create a new BancoYAcreedor object.
Parameters
-
short
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
short Codigo get; set;
Código correlativo del banco o acreedor
string Contacto get; set;
Nombre del contacto del banco o acreedor
EntityCollection<CuentaBancoExpediente> CuentasBancarias get; set;
Cuentas bancarias del banco
EntityCollection<DescuentoCiclico> DescuentosCiclicos get; set;
Descuentos Cíclicos asociados a este banco o acreedor
string Direccion get; set;
Dirección del banco o acreedor
EntityKey EntityKey get; set;
EntityState EntityState get;
string Fax get; set;
Número de fax del banco o acreedor
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación del registro
string Nit get; set;
NIT del banco o acreedor
string Nombre get; set;
Nombre del banco o acreedor
string NombreCorto get; set;
Nombre corto del banco o acreedor
Pais Pais get; set;
País al que pertenece el banco o acreedor
EntityReference<Pais> PaisReference get; set;
País al que pertenece el banco o acreedor
string RawPropertyBagData get; set;
Data de los campos adicionales
string Telefono get; set;
Número de teléfono del banco o acreedor
TipoBancoOAcreedor TipoBanco get; set;
Tipo de banco o acreedor
EntityReference<TipoBancoOAcreedor> TipoBancoReference get; set;
Tipo de banco o acreedor
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro