Campos de descripcion ficha Tecnica
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C292
This commit is contained in:
parent
0401dfdd48
commit
eb1f5df928
1 changed files with 25 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ namespace AYA.SlnSinortModel.Sinort
|
|||
|
||||
public int? IdEstado { get; set; }
|
||||
|
||||
[StringLength(200)]
|
||||
public string DescripcionEstado { get; set; }
|
||||
|
||||
|
||||
[StringLength(200)]
|
||||
public string DocumentoIngreso { get; set; }
|
||||
|
||||
|
|
@ -34,18 +38,39 @@ namespace AYA.SlnSinortModel.Sinort
|
|||
|
||||
public int? IdDocumentoTecnico { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionDocumentoTecnico { get; set; }
|
||||
|
||||
public int? IdAplicacion { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionAplicacion { get; set; }
|
||||
|
||||
public int? IdContenido { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionContenido { get; set; }
|
||||
|
||||
public int? IdSubCategoriaContenido { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionSubCategoriaContenido { get; set; }
|
||||
|
||||
public int? IdGrupoTematico { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionGrupoTematico { get; set; }
|
||||
|
||||
public int? IdSubCategoriaGrupoTematico { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionSubCategoriaGrupoTematico { get; set; }
|
||||
|
||||
public int? IdEmisor { get; set; }
|
||||
|
||||
[StringLength(500)]
|
||||
public string DescripcionEmisor { get; set; }
|
||||
|
||||
public DateTime? FechaPublicacionDocumentoTecnico { get; set; }
|
||||
|
||||
[StringLength(200)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue