Exemplo n.º 1
0
 public CommandAnonymousInnerClass(BulkHistoryDeleteTest outerInstance, IList <string> inputIds,
                                   IList <string> inputByteArrayIds, IList <string> outputIds, IList <string> outputByteArrayIds)
 {
     this.outerInstance      = outerInstance;
     this.inputIds           = inputIds;
     this.inputByteArrayIds  = inputByteArrayIds;
     this.outputIds          = outputIds;
     this.outputByteArrayIds = outputByteArrayIds;
 }
Exemplo n.º 2
0
 public CommandAnonymousInnerClass2(BulkHistoryDeleteTest outerInstance, string[] errorDetailsByteArrayIds)
 {
     this.outerInstance            = outerInstance;
     this.errorDetailsByteArrayIds = errorDetailsByteArrayIds;
 }