Type EntityFileAttachment
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IEntityFileAttachment
Archivos adjuntos para entidades
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
EntityFileAttachment CreateEntityFileAttachment(int codigo, string codigoUploadFile, string entitySetName, string codigoEntidad)
Create a new EntityFileAttachment object.
Parameters
-
intcodigo - Initial value of the Codigo property.
-
stringcodigoUploadFile - Initial value of the CodigoUploadFile property.
-
stringentitySetName - Initial value of the EntitySetName property.
-
stringcodigoEntidad - Initial value of the CodigoEntidad property.
Public properties
int Codigo get; set;
Código de archivo
string CodigoEntidad get; set;
Llave primaria de la entidad
string CodigoUploadFile get; set;
Código de archivo adjunto
EntityKey EntityKey get; set;
string EntitySetName get; set;
Entity Set name de la entidad