Добавьте файлы проекта.
This commit is contained in:
50
XLAB.DATA/FRPD.cs
Normal file
50
XLAB.DATA/FRPD.cs
Normal file
@@ -0,0 +1,50 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан по шаблону.
|
||||
//
|
||||
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
|
||||
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XLAB.DATA
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class FRPD
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
|
||||
public FRPD()
|
||||
{
|
||||
this.EKZ = new HashSet<EKZ>();
|
||||
this.EKZ1 = new HashSet<EKZ>();
|
||||
this.EKZ2 = new HashSet<EKZ>();
|
||||
this.EKZMK = new HashSet<EKZMK>();
|
||||
this.FRPD1 = new HashSet<FRPD>();
|
||||
this.TPRMK = new HashSet<TPRMK>();
|
||||
}
|
||||
|
||||
public int IDFRPD { get; set; }
|
||||
public Nullable<int> IDFRPDR { get; set; }
|
||||
public string NMFRPD { get; set; }
|
||||
public string KDFRPDLC { get; set; }
|
||||
public string FRPDGUID { get; set; }
|
||||
public Nullable<System.DateTime> DTSZFRPD { get; set; }
|
||||
public Nullable<System.DateTime> DTLKFRPD { get; set; }
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<EKZ> EKZ { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<EKZ> EKZ1 { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<EKZ> EKZ2 { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<EKZMK> EKZMK { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<FRPD> FRPD1 { get; set; }
|
||||
public virtual FRPD FRPD2 { get; set; }
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
|
||||
public virtual ICollection<TPRMK> TPRMK { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user