ValidateOptionsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of an options validation.
public ref class ValidateOptionsResult
public class ValidateOptionsResult
type ValidateOptionsResult = class
Public Class ValidateOptionsResult
- Inheritance
-
ValidateOptionsResult
Constructors
| Name | Description |
|---|---|
| ValidateOptionsResult() |
Initializes an instance of the ValidateOptionsResult class. |
Fields
| Name | Description |
|---|---|
| Skip |
The result when validation was skipped due to name not matching. |
| Success |
The result when validation was successful. |
Properties
| Name | Description |
|---|---|
| Failed |
Gets a value that indicates whether validation failed. |
| FailureMessage |
Gets the description of why validation failed. |
| Failures |
Gets the full list of failures (can be multiple). |
| Skipped |
Gets a value that indicates whether validation was run. |
| Succeeded |
Gets a value that indicates whether validation was successful. |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Fail(IEnumerable<String>) |
Returns a failure result. |
| Fail(String) |
Returns a failure result. |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |