TransactionsGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TransactionsGetResponse class.
Overloads
TransactionsGetResponse() |
Initializes a new instance of the TransactionsGetResponse class that has default values. |
TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>) |
Initializes a new instance of the TransactionsGetResponse class that has the specified operation result, record count, and transaction list. |
TransactionsGetResponse()
Initializes a new instance of the TransactionsGetResponse class that has default values.
public:
TransactionsGetResponse();
public TransactionsGetResponse ();
Public Sub New ()
Applies to
TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>)
Initializes a new instance of the TransactionsGetResponse class that has the specified operation result, record count, and transaction list.
public:
TransactionsGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, int TotalRecordCount, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Transaction ^> ^ TransactionList);
public TransactionsGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, int TotalRecordCount, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Transaction> TransactionList);
new Microsoft.MasterDataServices.TransactionsGetResponse : Microsoft.MasterDataServices.OperationResult * int * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Transaction> -> Microsoft.MasterDataServices.TransactionsGetResponse
Public Sub New (OperationResult As OperationResult, TotalRecordCount As Integer, TransactionList As Collection(Of Transaction))
Parameters
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.
- TotalRecordCount
- Int32
The total record count of transactions.
- TransactionList
- Collection<Transaction>
The list of transactions.