EmptyCommandSettings Class

Represents empty settings.
public sealed class EmptyCommandSettings : CommandSettings
Base Types

Methods

virtual ValidationResult Validate()
Performs validation of the settings.

Extension Methods

T And<EmptyCommandSettings>(Action<EmptyCommandSettings>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.