'Declaration Public Enum ErrorState Inherits System.Enum
public enum ErrorState : System.Enum
'Declaration Public Enum ErrorState Inherits System.Enum
public enum ErrorState : System.Enum
Member | Description |
---|---|
Communicating | A special state indicates that the parameter has dependent parameters |
DynamicValuesUnavailable | A special state indicates that no valid, query-based values were returned as a result of the query used to populate the valid values for the parameter. |
ExpectValue | A special state indicates that the parameter should be contain value |
HasOutstandingDependencies | A special state indicates that the parameter are dependent upon another parameter's value |
IsValidation | A special state indicates that validation the parameter is running now |
Ok | A special state indicates that the parameter does not contain errors |
ValidationFailed | A special state indicates that the parameter has not passed validation |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.Model.ErrorState