TransactionsGetResponse 类

定义

TransactionsGetResponse 元素返回一个操作结果、所返回的事务记录的总数,以及一个包含所返回事务的 ArrayOfTransaction 实例。

public ref class TransactionsGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class TransactionsGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type TransactionsGetResponse = class
    inherit MessageResponse
Public Class TransactionsGetResponse
Inherits MessageResponse
继承
TransactionsGetResponse
属性

构造函数

TransactionsGetResponse()

默认构造函数

属性

OperationResult

指定操作结果。

(继承自 MessageResponse)
TotalRecordCount

满足条件的记录总数。

TransactionList

将返回符合条件的事务列表。

适用于