Ejemplo n.º 1
0
 public GetDealSheetResponse(ObjectFormatInd objectFormatInd, byte[] objectStream)
 {
     this.objectFormatInd = objectFormatInd;
     this.objectStream = objectStream;
 }
 public GetConfirmationResponse(ObjectFormatInd objectFormatInd, bool confirmCompleteFlag, byte[] objectStream)
 {
     this.objectFormatInd = objectFormatInd;
     this.confirmCompleteFlag = confirmCompleteFlag;
     this.objectStream = objectStream;
 }
Ejemplo n.º 3
0
 public GetDealSheetResponse(ObjectFormatInd objectFormatInd, String Url)
 {
     this.objectFormatInd = objectFormatInd;
     this.url = url;
 }
 public GetConfirmationResponse(ObjectFormatInd objectFormatInd, bool confirmCompleteFlag, String Url)
 {
     this.objectFormatInd = objectFormatInd;
     this.confirmCompleteFlag = confirmCompleteFlag;
     this.url = url;
 }
Ejemplo n.º 5
0
 public GetDealSheetResponse(ObjectFormatInd objectFormatInd, byte[] objectStream)
 {
     this.objectFormatInd = objectFormatInd;
     this.objectStream    = objectStream;
 }
Ejemplo n.º 6
0
 public GetDealSheetResponse(ObjectFormatInd objectFormatInd, String Url)
 {
     this.objectFormatInd = objectFormatInd;
     this.url             = url;
 }
Ejemplo n.º 7
0
 public GetConfirmationResponse(ObjectFormatInd objectFormatInd, bool confirmCompleteFlag, byte[] objectStream)
 {
     this.objectFormatInd     = objectFormatInd;
     this.confirmCompleteFlag = confirmCompleteFlag;
     this.objectStream        = objectStream;
 }
Ejemplo n.º 8
0
 public GetConfirmationResponse(ObjectFormatInd objectFormatInd, bool confirmCompleteFlag, String Url)
 {
     this.objectFormatInd     = objectFormatInd;
     this.confirmCompleteFlag = confirmCompleteFlag;
     this.url = url;
 }