Table of Contents

Interface IValidatableParameterObject

Namespace
Cuemon.Configuration
Assembly
Cuemon.Core.dll

Denotes a Parameter Object where one or more conditions can be verified that they are in a valid state.

public interface IValidatableParameterObject : IParameterObject

Methods

ValidateOptions()

Determines whether the public read-write properties of this instance are in a valid state.

void ValidateOptions()

Remarks

This method is expected to throw exceptions when one or more conditions fails to be in a valid state.

See Also