Type LinkHomePage
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Representa un link destacado en el homepage
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
LinkHomePage CreateLinkHomePage(int codigo, string titulo, int orden)
Create a new LinkHomePage object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
titulo - Initial value of the Titulo property.
-
int
orden - Initial value of the Orden property.
Public properties
int Codigo get; set;
Código de link
string CodigoAccion get; set;
Código de acción
string CodigoArchivo get; set;
Código de archivo que contiene la imagen
string CodigoOpcion get; set;
Código de opción
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.
int Orden get; set;
Orden en que sea van mostrar los links
string Titulo get; set;
Título del Link
string Url get; set;
Url del link (cuando no es una acción)
string UsuarioGrabacion get; set;
No Metadata Documentation available.
string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.