Beispiel #1
0
 public ResWealCondition()
 {
     this.stCommon = new ResDT_WealCommon();
     this.szMailTitle_ByteArray   = new byte[1];
     this.szMailContent_ByteArray = new byte[1];
     this.astConInfo    = new ResDT_WealConInfo[1];
     this.astConInfo[0] = new ResDT_WealConInfo();
     this.szMailTitle   = string.Empty;
     this.szMailContent = string.Empty;
 }
Beispiel #2
0
 public ResWealExchange()
 {
     this.stCommon       = new ResDT_WealCommon();
     this.stResItemInfo  = new ResDT_Item_Info();
     this.astColItemInfo = new ResDT_Item_Info[2];
     for (int i = 0; i < 2; i++)
     {
         this.astColItemInfo[i] = new ResDT_Item_Info();
     }
 }
 public ResWealFixedTime()
 {
     this.stCommon        = new ResDT_WealCommon();
     this.astMultipleTime = new ResDT_DateTime[3];
     for (int i = 0; i < 3; i++)
     {
         this.astMultipleTime[i] = new ResDT_DateTime();
     }
     this.astPeriod    = new ResDT_WealFixedTimeReward[1];
     this.astPeriod[0] = new ResDT_WealFixedTimeReward();
 }
 public ResWealCheckIn()
 {
     this.stCommon     = new ResDT_WealCommon();
     this.astReward    = new ResDT_WealCheckInDay[1];
     this.astReward[0] = new ResDT_WealCheckInDay();
 }
 public ResWealMultiple()
 {
     this.stCommon     = new ResDT_WealCommon();
     this.astPeriod    = new ResDT_WealMultiplePeriod[1];
     this.astPeriod[0] = new ResDT_WealMultiplePeriod();
 }