Esempio n. 1
0
 public MQObjectDescriptor()
 {
     base.TrConstructor("%Z% %W%  %I% %E% %U%");
     this.objectString         = new MQCHARV(true, false);
     this.selectionString      = new MQCHARV(true, false);
     this.resolvedObjectString = new MQCHARV(false, true);
     this.ClearInvalidFields(0);
     this.useNativePtrSz = true;
 }
 public MQSubscriptionDescriptor()
 {
     base.TrConstructor("%Z% %W%  %I% %E% %U%");
     this.objectString    = new MQCHARV(true, false);
     this.subName         = new MQCHARV(true, false);
     this.subUserData     = new MQCHARV(true, false);
     this.selectionString = new MQCHARV(true, false);
     this.resObjectString = new MQCHARV(false, true);
     this.ClearInvalidFields(0);
     this.useNativePtrSz = true;
     this.calculateOffsets();
 }