public override object Clone(string sNodeName) { MFOrgPositions Col = new MFOrgPositions(); foreach (MFOrgPosition objMember in this) { Col.Add((MFOrgPosition)objMember.Clone(sNodeName)); } return(Col); }
public override void Initialize() { base.Initialize(); this._ExpireDate = ""; this._ChildUnits = new MFOrgUnits(); this._ParentUnit = new MFOrgUnit(); this._Positions = new MFOrgPositions(); this._AddressInfos = new OrgUnitAddresses(); this._Interdicts = new PersonnelInterdicts(); }