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
-
int
codigo - Initial value of the Codigo property.
-
string
codigoUploadFile - Initial value of the CodigoUploadFile property.
-
string
entitySetName - Initial value of the EntitySetName property.
-
string
codigoEntidad - 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