//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace ERD { using System; using System.Collections.Generic; public partial class TblSACRRABatch { public TblSACRRABatch() { this.TblSACRRADatas = new HashSet(); this.TblSACRRAFiles = new HashSet(); this.TblSACRRAFilesToEncrypts = new HashSet(); } public int OID { get; set; } public Nullable BatchNumber { get; set; } public string CreatedBy { get; set; } public Nullable DateCreated { get; set; } public Nullable TestRun { get; set; } public Nullable Settings { get; set; } public Nullable Type { get; set; } public Nullable MonthEndDate { get; set; } public string Header { get; set; } public string Trailer { get; set; } public string Step1 { get; set; } public string Step2 { get; set; } public string Step3 { get; set; } public string Step4 { get; set; } public string DeleteReason { get; set; } public Nullable IsProcessRunning { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public virtual TblSACRRASetting TblSACRRASetting { get; set; } public virtual ICollection TblSACRRADatas { get; set; } public virtual ICollection TblSACRRAFiles { get; set; } public virtual ICollection TblSACRRAFilesToEncrypts { get; set; } } }