ValidateOptionsResult Class

Definition

Represents the result of an options validation.

public ref class ValidateOptionsResult
public class ValidateOptionsResult
type ValidateOptionsResult = class
Public Class ValidateOptionsResult
Inheritance
ValidateOptionsResult

Constructors

ValidateOptionsResult()

Initializes an instance of the ValidateOptionsResult class.

Fields

Skip

Result when validation was skipped due to name not matching.

Success

Validation was successful.

Properties

Failed

True if validation failed.

FailureMessage

Used to describe why validation failed.

Failures

Full list of failures (can be multiple).

Skipped

True if validation was not run.

Succeeded

True if validation was successful.

Methods

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)

Applies to