44 lines
2.0 KiB
C#
44 lines
2.0 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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; }
|
|
}
|
|
}
|