public override void OnRelease()
 {
     this.ullUid        = 0uL;
     this.dwLogicWordID = 0u;
     if (this.stAddItemList != null)
     {
         this.stAddItemList.Release();
         this.stAddItemList = null;
     }
 }
 public override void OnUse()
 {
     this.stAddItemList = (COMDT_IDIP_ADDITEM_LIST)ProtocolObjectPool.Get(COMDT_IDIP_ADDITEM_LIST.CLASS_ID);
 }
 public COMDT_TRANSACTION_MSG_IDIP_ADDITEMREQ()
 {
     this.stAddItemList     = (COMDT_IDIP_ADDITEM_LIST)ProtocolObjectPool.Get(COMDT_IDIP_ADDITEM_LIST.CLASS_ID);
     this.szIdipMailContent = new byte[600];
     this.szIdipMailTitle   = new byte[128];
 }