Example #1
0
 private void SetInnerType(TransactionResponseType ContentField)
 {
     this.ContentField=((TransactionResponseType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 /// <summary>
 /// <para>
 /// 
 ///            The response for a transaction request that was successfully
 ///            completed. If the transaction failed for any reason, a service 
 ///            exception report indicating a TransactionFailure is returned
 ///            instead.
 ///         
 /// </para>
 /// </summary>
 public TransactionResponse(TransactionResponseType content)
 {
     SetInnerType(content);
 }