言語

ServiceClient.IService.ValidationProcess(ValidationProcessRequest) メソッド

定義

モデル内で選択されたメンバーの検証(ビジネスルール)を処理します。

 virtual Microsoft::MasterDataServices::ValidationProcessResponse ^ Microsoft.MasterDataServices.IService.ValidationProcess(Microsoft::MasterDataServices::ValidationProcessRequest ^ request) = Microsoft::MasterDataServices::IService::ValidationProcess;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ValidationProcessResponse IService.ValidationProcess(Microsoft.MasterDataServices.ValidationProcessRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ValidationProcess : Microsoft.MasterDataServices.ValidationProcessRequest -> Microsoft.MasterDataServices.ValidationProcessResponse
override this.Microsoft.MasterDataServices.IService.ValidationProcess : Microsoft.MasterDataServices.ValidationProcessRequest -> Microsoft.MasterDataServices.ValidationProcessResponse
Function ValidationProcess (request As ValidationProcessRequest) As ValidationProcessResponse Implements IService.ValidationProcess

パラメーター

request
ValidationProcessRequest

手続きの依頼です。

返品

操作の ValidationProcessResponse

実装

属性

適用対象