Exemplo n.º 1
0
 public override void Initialize()
 {
     base.Initialize();
     this._CorrelatePerson      = new MFPerson();
     this._CorrelateCommission  = new BasicInfoDetail();
     this._IsActive             = SbnBoolean.OutOfValue;
     this._SessionType          = new BasicInfoDetail();
     this._CorrelateOrgPosition = new MFOrgPosition();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._EnterTime            = "";
     this._Description          = "";
     this._ExitTime             = "";
     this._CorrelateSession     = new CommissionSession();
     this._CorrelatePerson      = new MFPerson();
     this._IsPresent            = SbnBoolean.OutOfValue;
     this._IsStaticMember       = SbnBoolean.OutOfValue;
     this._CorrelateOrgPosition = new MFOrgPosition();
     this._Justifiable          = SbnBoolean.OutOfValue;
 }