Добавьте файлы проекта.
This commit is contained in:
43
XLAB.DATA/TPRZ.cs
Normal file
43
XLAB.DATA/TPRZ.cs
Normal file
@@ -0,0 +1,43 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан по шаблону.
|
||||
//
|
||||
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
|
||||
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XLAB.DATA
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class TPRZ
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
|
||||
public TPRZ()
|
||||
{
|
||||
this.EKZ = new HashSet<EKZ>();
|
||||
this.TPRMCP = new HashSet<TPRMCP>();
|
||||
this.TPRMK = new HashSet<TPRMK>();
|
||||
}
|
||||
|
||||
public int IDTPRZ { get; set; }
|
||||
public int IDTIPS { get; set; }
|
||||
public Nullable<int> IDSPKMMK { get; set; }
|
||||
public string DPZN { get; set; }
|
||||
public string HRTC { get; set; }
|
||||
public Nullable<int> KDTRVNMS { get; set; }
|
||||
public string NNGSRS { get; set; }
|
||||
public string KDSL { get; set; }
|
||||
public System.Guid GUIDTPRZ { get; set; }
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<EKZ> EKZ { get; set; }
|
||||
public virtual TIPS TIPS { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<TPRMCP> TPRMCP { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<TPRMK> TPRMK { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user