public override void Initialize() { base.Initialize(); this._SessionDate = ""; this._SessionTime = ""; this._FinishTime = ""; this._StartTime = ""; this._LocationAddress = ""; this._Members = new GovSessionMembers(); this._Catalogues = new Sbn.Products.GEP.GEPObject.Catalogues(); this._CorrelateOffers = new Offers(); this._SessionOrder = new GovernmentSessionOrder(); this._IsCanceled = SbnBoolean.OutOfValue; this._PreOrders = new PreSessionOrders(); this._Presentations = new Sbn.Products.GEP.GEPObject.Presentations(); this._GovPresents = new Sbn.Products.GEP.GEPObject.GovPresentations(); this._OrganAnnouncement = new Sbn.Products.GEP.GEPObject.Presentations(); this._CoLetters = new Letters(); this._Messages = new GovSessionMessagings(); this._CoGeneralDocuments = new GeneralDocuments(); this._WordDoc = new GeneralDocument(); this.Sensitivity = new BasicInfoDetail(); }
public override void Initialize() { base.Initialize(); this._Parent = new PersonalFolder(); this._Childs = new PersonalFolders(); this._Documents = new GeneralDocuments(); this._Owner = new WFPerson(); }
public override object Clone(string sNodeName) { GeneralDocuments documents = new GeneralDocuments(); foreach (GeneralDocument document in this) { documents.Add((GeneralDocument)document.Clone(sNodeName)); } return(documents); }