コード例 #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;
 }
コード例 #2
0
 public CommandAnonymousInnerClass2(BulkHistoryDeleteTest outerInstance, string[] errorDetailsByteArrayIds)
 {
     this.outerInstance            = outerInstance;
     this.errorDetailsByteArrayIds = errorDetailsByteArrayIds;
 }