public override object Clone(string sNodeName) { Engineerings engineerings = new Engineerings(); foreach (Engineering engineering in this) { engineerings.Add((Engineering)engineering.Clone(sNodeName)); } return(engineerings); }
public override void Initialize() { base.Initialize(); this._EndWorkDate = ""; this._AssignDate = ""; this._Status = new BasicInfoDetail(); this._CorrelateOffer = new Offer(); this._CorrelateCommission = new BasicInfoDetail(); this._AdminExpert = new CommissionExpert(); this._OfferEngineerings = new Engineerings(); this._GovReports = new GovernmentReports(); this._CommissionReports = new OfferCommissionReports(); this._Sessions = new CommissionSessions(); this._CommissionResults = new OfferCommissionResults(); this._orderInCommissionSession = 0; }