Provides additional options for a validation action.
| C# | Visual Basic | Visual C++ |
public class Options
Public Class Options
public ref class Options
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Validate..::.Options()()() |
Initializes a new instance of the Validate..::.Options class with default values.
| |
| Validate..::.Options(Boolean) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(ReportLevel) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(Validate..::.CreateScreenshot) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(Boolean, ReportLevel) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(Boolean, Validate..::.CreateScreenshot) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(ReportLevel, Validate..::.CreateScreenshot) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(Boolean, ReportLevel, Validate..::.CreateScreenshot) |
Initializes a new instance of the Validate..::.Options class.
| |
| Validate..::.Options(Boolean, ReportLevel, ReportLevel, Validate..::.CreateScreenshot) |
Initializes a new instance of the Validate..::.Options class.
| |
| CreateScreenshot |
Gets or sets a value specifying whether to add a screenshot to the report.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExceptionOnFail |
Gets or sets a value indicating whether an exception should be
thrown if the validation fails.
| |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (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.) | |
| ReportLevelOnFailure |
Gets or sets the report level used if the validation fails.
| |
| ReportLevelOnSuccess |
Gets or sets the report level used if the validation succeeds.
| |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| Validate..::.Options | |
