public override void Initialize() { base.Initialize(); this._CoOrgUnit = new MFOrgUnit(); this._Telephones = new Telephones(); this._CoAddress = new Address(); }
public override SbnObject Clone(string sNodeName) { MFOrgUnit retObject = new MFOrgUnit(this); if (this._ExpireDate != null) { retObject.ExpireDate = (string)this._ExpireDate.Clone(); } if (!object.ReferenceEquals(this.ChildUnits, null)) { retObject.ChildUnits = (MFOrgUnits)this.ChildUnits.Clone(sNodeName); } if (!object.ReferenceEquals(this.ParentUnit, null)) { retObject.ParentUnit = (MFOrgUnit)this.ParentUnit.Clone(sNodeName); } if (!object.ReferenceEquals(this.Positions, null)) { retObject.Positions = (MFOrgPositions)this.Positions.Clone(sNodeName); } if (!object.ReferenceEquals(this.AddressInfos, null)) { retObject.AddressInfos = (OrgUnitAddresses)this.AddressInfos.Clone(sNodeName); } if (!object.ReferenceEquals(this.Interdicts, null)) { retObject.Interdicts = (PersonnelInterdicts)this.Interdicts.Clone(sNodeName); } return(retObject); }
public override void Initialize() { base.Initialize(); this._OrgUnit = new OrgUnit(); this._Interdicts = new PersonnelInterdicts(); this._CoOrgUnit = new MFOrgUnit(); }
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(); }
public override void Initialize() { base.Initialize(); this._StartDate = ""; this._EndDate = ""; this._StartFormalTime = ""; this._EndFormalTime = ""; this._PersonnelCode = 0; this._Job = new BasicInfoDetail(); this._PersonnelType = new BasicInfoDetail(); this._OrgUnit = new OrgUnit(); this._OrgPosition = new MFOrgPosition(); this._Personnel = new Personnel(); this._Person = new MFPerson(); this._Worker = new Worker(); this._CoOrgUnit = new MFOrgUnit(); this._OrganizationRanking = new BasicInfoDetail(); }