Beispiel #1
0
 public BatchListHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #2
0
 public RecordSequenceHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #3
0
 public RecordHeaderArrayHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #4
0
 public ExistsArrayHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
Beispiel #5
0
 public ExistsSequenceHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
 public RecordSequenceHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
 public RecordHeaderArrayHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
 public ExistsSequenceHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
 public ExistsArrayHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }
 public BatchListHandler(TestAsyncBatch parent)
 {
     this.parent = parent;
 }