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 object Clone(string sNodeName) { GovSessionMembers members = new GovSessionMembers(); foreach (GovSessionMember member in this) { members.Add((GovSessionMember)member.Clone(sNodeName)); } return(members); }