Show / Hide Table of Contents

Interface IGetsValidationLogic

An object which can get an instance of IValidationLogic for a specified ManifestRule.

Namespace: CSF.Validation.Rules
Assembly: CSF.Validation.dll
Syntax
public interface IGetsValidationLogic

Methods

| Improve this Doc View Source

GetValidationLogic(ManifestRule)

Gets a validation logic instance for the specified manifest rule definition.

Declaration
IValidationLogic GetValidationLogic(ManifestRule ruleDefinition)
Parameters
Type Name Description
ManifestRule ruleDefinition

A manifest rule definition.

Returns
Type Description
IValidationLogic

A validation logic instance by which the rule's logic may be executed in a generalised manner.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX