private void SetInnerType(TransactionResponseType ContentField) { this.ContentField=((TransactionResponseType)(XTypedServices.GetCloneIfRooted(ContentField))); XTypedServices.SetName(this, this.ContentField); }
/// <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); }