public override void Initialize()
 {
     base.Initialize();
     this._Parent    = new PersonalFolder();
     this._Childs    = new PersonalFolders();
     this._Documents = new GeneralDocuments();
     this._Owner     = new WFPerson();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._ExpertID            = "";
     this._CorrelateCommission = new BasicInfoDetail();
     this._CorrelatePerson     = new WFPerson();
     this._IsActive            = SbnBoolean.OutOfValue;
     this._IsSecretary         = SbnBoolean.OutOfValue;
 }
Beispiel #3
0
 public override void Initialize()
 {
     base.Initialize();
     this._CorrelateObjectID = 0L;
     this._DocumentType      = new BasicInfoDetail();
     this._CorrelateOffer    = new Offer();
     this._FileVersions      = new WordDocuments();
     this._Owner             = new WFPerson();
     this._CorrelateFolder   = new PersonalFolder();
     this._IsLocked          = SbnBoolean.OutOfValue;
     this._IsHidden          = SbnBoolean.OutOfValue;
     this._IsProtected       = SbnBoolean.OutOfValue;
     this._IsZipped          = SbnBoolean.OutOfValue;
 }