Example #1
0
 public P4ResultClientUser(P4BaseRecordSet p4Result)
 {
     this._P4Result = p4Result;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="P4RecordsetCallback"/> class.
 /// </summary>
 public P4RecordsetCallback()
 {
     _P4ResultRecordset = new P4RecordSet();
     _P4Result = _P4ResultRecordset;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="P4RecordsetCallback"/> class.
 /// </summary>
 public P4RecordsetCallback()
 {
     _P4ResultRecordset = new P4RecordSet();
     _P4Result          = _P4ResultRecordset;
 }
Example #4
0
 internal P4RecordsetCallback(P4BaseRecordSet p4Result)
 {
     _P4Result = p4Result;
     _P4ResultRecordset = null;
 }
Example #5
0
 internal P4RecordsetCallback(P4BaseRecordSet p4Result)
 {
     _P4Result          = p4Result;
     _P4ResultRecordset = null;
 }