Exemple #1
0
 public override void AddFieldsToFormatter(NmqiStructureFormatter fmt)
 {
     base.AddFieldsToFormatter(fmt);
     fmt.Add("version", this.Version);
     fmt.Add("objectType", this.ObjectType);
     fmt.Add("objectName", this.ObjectName);
     fmt.Add("objectQMgrName", this.ObjectQMgrName);
     fmt.Add("dynamicQName", this.DynamicQName);
     fmt.Add("alternateUserId", this.AlternateUserId);
     fmt.Add("recsPresent", this.RecordsPresent);
     fmt.Add("knownDestCount", this.KnownDestCount);
     fmt.Add("unknownDestCount", this.UnknownDestCount);
     fmt.Add("invalidDestCount", this.InvalidDestCount);
     fmt.Add("objectRecordPtr", this.ObjectRecordPtr);
     fmt.Add("objectRecordPtr32", this.ObjectRecordPtr32);
     fmt.Add("responseRecordPtr", this.ResponseRecordPtr);
     fmt.Add("responseRecordPtr32", this.ResponseRecordPtr32);
     fmt.Add("alternateSecurityId", this.AlternateSecurityId);
     fmt.Add("resolvedQName", this.ResolvedQueueName);
     fmt.Add("resolvedQMgrName", this.ResolvedQueueManagerName);
     fmt.Add("objectString", this.ObjectString);
     fmt.Add("selectionString", this.SelectionString);
     fmt.Add("resolvedObjectString", this.ResolvedObjectString);
     fmt.Add("resolvedType", this.ResolvedType);
 }
 public override void AddFieldsToFormatter(NmqiStructureFormatter fmt)
 {
     base.AddFieldsToFormatter(fmt);
     fmt.Add("version", this.Version);
     fmt.Add("options", this.Options);
     fmt.Add("clientConnOffset", this.ClientConnOffset);
     fmt.Add("clientConnPtr", this.ClientConnPtr);
     fmt.Add("connTag", this.ConnTag);
     fmt.Add("_SSLConfigPtr", this.SSLConfigPtr);
     fmt.Add("_SSLConfigOffset", this.SSLConfigOffset);
     fmt.Add("connectionId", this.ConnectionId);
     fmt.Add("securityParmsOffset", this.SecurityParmsOffset);
     fmt.Add("securityParmsPtr", this.SecurityParmsPtr);
 }
 public override void AddFieldsToFormatter(NmqiStructureFormatter fmt)
 {
     base.AddFieldsToFormatter(fmt);
     fmt.Add("version", this.Version);
     fmt.Add("options", this.Options);
     fmt.Add("objectName", this.ObjectName);
     fmt.Add("alternateUserId", this.AlternateUserId);
     fmt.Add("alternateSecurityId", this.AlternateSecurityId);
     fmt.Add("subExpiry", this.SubExpiry);
     fmt.Add("objectString", this.ObjectString.VSString);
     fmt.Add("subName", this.SubName.VSString);
     fmt.Add("subUserData", this.SubUserData);
     fmt.Add("subCorrelId", this.SubCorrelId);
     fmt.Add("pubPriority", this.PubPriority);
     fmt.Add("pubAccountingToken", this.PubAccountingToken);
     fmt.Add("pubApplIdentityData", this.PubApplIdentityData);
     fmt.Add("selectionString", this.SelectionString.VSString);
     fmt.Add("subLevel", this.SubLevel);
     fmt.Add("resolvedObjectString", this.ResObjectString);
 }