示例#1
0
 public override void Initialize()
 {
     base.Initialize();
     this._OpinionDescription = "";
     this._CorrelateSession   = new CommissionSession();
     this._CorrelateMember    = new CommissionSessionMember();
     this._CorrelateOffer     = new Offer();
     this._OpinionType        = new BasicInfoDetail();
     this._AnnotationPics     = new AnnotationPictures();
     this._OfferCommission    = new Sbn.Products.GEP.GEPObject.OfferCommission();
 }
 public override void Initialize()
 {
     base.Initialize();
     this._ResultText        = "";
     this._Reasons           = "";
     this._PlanningProcess   = "";
     this._CommuniqueText    = "";
     this._Duration          = "";
     this._CorrelateLetter   = new Letter();
     this._ApprovalType      = new BasicInfoDetail();
     this._CorrelateOffer    = new Offer();
     this._CorrelateSession  = new CommissionSession();
     this._AgainstResultType = new BasicInfoDetail();
     this._OfferCommission   = new Sbn.Products.GEP.GEPObject.OfferCommission();
 }