예제 #1
0
 public override void Initialize()
 {
     base.Initialize();
     this._PersonnelCode       = "";
     this._Person              = new MFPerson();
     this._PersonnelInterdicts = new PersonnelInterdicts();
 }
예제 #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._OrgUnit    = new OrgUnit();
     this._Interdicts = new PersonnelInterdicts();
     this._CoOrgUnit  = new MFOrgUnit();
 }
예제 #3
0
 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();
 }
예제 #4
0
        public override object  Clone(string sNodeName)
        {
            PersonnelInterdicts Col = new  PersonnelInterdicts();

            foreach (PersonnelInterdict objMember in this)
            {
                Col.Add((PersonnelInterdict)objMember.Clone(sNodeName));
            }
            return(Col);
        }
예제 #5
0
 public override void Initialize()
 {
     base.Initialize();
     this._BirthDate    = "";
     this._EMail        = "";
     this._Fathername   = "";
     this._FirstName    = "";
     this._LastName     = "";
     this._NationalCode = "";
     this._PersonalId   = 0;
     this._SerialNumber = 0;
     this._SeriesNumber = "";
     this._Interdicts   = new PersonnelInterdicts();
     this._Picrture     = new PersonPicture();
     this._Sex          = new BasicInfoDetail();
 }