次の方法で共有


OverallValidationStatus 列挙型

定義

OverallValidationStatus の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OverallValidationStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OverallValidationStatus = 
Public Enum OverallValidationStatus
継承
OverallValidationStatus
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

AllValidToProceed 0

すべての入力要求は有効です。

CertainInputValidationsSkipped 2

特定の入力検証がスキップされました。

InputsRevisitRequired 1

一部の入力要求が無効です。

適用対象