Beispiel #1
0
 public override void Initialize()
 {
     base.Initialize();
     this._ReceiptDate        = "";
     this._ReceiptDescription = "";
     this._CorrelateLetter    = new Letter();
     this._ReceiptType        = new BasicInfoDetail();
     this._CorrelateOrgan     = new OrgUnit();
     this._CorrelatePersonnel = new PersonnelInterdict();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._EnterTime        = "";
     this._CorrelateSession = new GovSession();
     this._Opinions         = new GovSessionMemberOpinions();
     this._CoInterdict      = new PersonnelInterdict();
     this._IsPresent        = SbnBoolean.OutOfValue;
     this._Justifiable      = SbnBoolean.OutOfValue;
     this._IsStatic         = SbnBoolean.OutOfValue;
 }
 public override void Initialize()
 {
     base.Initialize();
     this._IsActive    = SbnBoolean.OutOfValue;
     this._CoInterdict = new PersonnelInterdict();
 }