コード例 #1
0
 public override void Initialize()
 {
     base.Initialize();
     this._CoApprovalLetter = new ApprovalLetter();
     this._NoticeType       = new BasicInfoDetail();
     this._CoLetter         = new Letter();
 }
コード例 #2
0
ファイル: ApprovallChange.cs プロジェクト: code-mtnit/WPFSM
 public override void Initialize()
 {
     base.Initialize();
     this._CoApprovalLetter = new ApprovalLetter();
     this._CoFinalApproval  = new ApprovalLetter();
     this._ChangeType       = new BasicInfoDetail();
 }
 public AO_ApprovalLetter(ApprovalLetter InitialObject) : base(InitialObject)
 {
     this._ApprovalTypes = new List <long>();
     this._OfferTitle    = null;
     this._LetterTitle   = null;
     this._ApprovalDate  = null;
 }
コード例 #4
0
 public override void Initialize()
 {
     base.Initialize();
     this._CoOrgans     = new OrgUnits();
     this._CoResolution = new ApprovalLetter();
     this._PreceptType  = new BasicInfoDetail();
     this._Persuits     = new Pursuits();
 }