다음을 통해 공유


TransactionsReverseRequest 생성자

정의

TransactionsReverseRequest 클래스의 새 인스턴스를 초기화합니다.

오버로드

TransactionsReverseRequest()

기본값을 포함하는 TransactionsReverseRequest 클래스의 새 인스턴스를 초기화합니다.

TransactionsReverseRequest(International, Collection<Int32>)

지정된 culture 설정 및 되돌릴 트랜잭션 목록을 포함하는 TransactionsReverseRequest 클래스의 새 인스턴스를 초기화합니다.

TransactionsReverseRequest()

기본값을 포함하는 TransactionsReverseRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 TransactionsReverseRequest();
public TransactionsReverseRequest ();
Public Sub New ()

적용 대상

TransactionsReverseRequest(International, Collection<Int32>)

지정된 culture 설정 및 되돌릴 트랜잭션 목록을 포함하는 TransactionsReverseRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 TransactionsReverseRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<int> ^ Transactions);
public TransactionsReverseRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<int> Transactions);
new Microsoft.MasterDataServices.TransactionsReverseRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<int> -> Microsoft.MasterDataServices.TransactionsReverseRequest
Public Sub New (International As International, Transactions As Collection(Of Integer))

매개 변수

International
International

culture 설정입니다.

Transactions
Collection<Int32>

되돌릴 트랜잭션 목록입니다.

적용 대상