コード例 #1
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();
 }
コード例 #2
0
ファイル: PersonPicture.cs プロジェクト: code-mtnit/WPFSM
        public override SbnObject Clone(string sNodeName)
        {
            PersonPicture retObject = new PersonPicture(this);

            return(retObject);
        }