Type AliasPuestoPorPais
Namespace Aseinfo.VH4.Data
Parent EntityObject
No Metadata Documentation available.
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AliasPuestoPorPais CreateAliasPuestoPorPais(int codigo, string aliasDelPuesto)
Create a new AliasPuestoPorPais object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
aliasDelPuesto - Initial value of the AliasDelPuesto property.
Public properties
string AliasDelPuesto get; set;
Alias del puesto
int Codigo get; set;
Código del alias
EntityKey EntityKey get; set;
EntityState EntityState get;
Pais Pais get; set;
País donde se utiliza el alias del puesto
EntityReference<Pais> PaisReference get; set;
País donde se utiliza el alias del puesto
Puesto Puesto get; set;
Puesto al que se le asigna un alias
EntityReference<Puesto> PuestoReference get; set;
Puesto al que se le asigna un alias