public override void OnRelease()
 {
     this.bSettleType = 0;
     if (this.stSettleDetail != null)
     {
         this.stSettleDetail.Release();
         this.stSettleDetail = null;
     }
 }
 public override void OnUse()
 {
     this.stSettleDetail = (COMDT_SETTLE_UNION)ProtocolObjectPool.Get(COMDT_SETTLE_UNION.CLASS_ID);
 }
Beispiel #3
0
 public COMDT_SETTLE_DETAIL()
 {
     this.stSettleDetail = (COMDT_SETTLE_UNION)ProtocolObjectPool.Get(COMDT_SETTLE_UNION.CLASS_ID);
 }