Interface IBuildsRelativeRuleIdentifierType
A builder object which may indicate the type of the rule being referred-to. The rule type is the only mandatory piece of information.
Namespace: CSF.Validation.ValidatorBuilding
Assembly: CSF.Validation.Abstractions.dll
Syntax
public interface IBuildsRelativeRuleIdentifierType
Methods
| Improve this Doc View SourceRuleType<T>()
Indicates the type of validation rule which is being referred-to.
Declaration
IBuildsRelativeRuleIdentifier RuleType<T>()
Returns
Type | Description |
---|---|
IBuildsRelativeRuleIdentifier | A builder instance so that methods may be chained. |
Type Parameters
Name | Description |
---|---|
T | The rule type. |