Show / Hide Table of Contents

Interface IResolvesRuleType

An object which may be used to get a System.Type from a string rule-type name.

Namespace: CSF.Validation.ManifestModel
Assembly: CSF.Validation.dll
Syntax
public interface IResolvesRuleType

Methods

| Improve this Doc View Source

GetRuleType(String)

Gets the runtime rule type based upon the specified name.

Declaration
Type GetRuleType(string ruleTypeName)
Parameters
Type Name Description
System.String ruleTypeName

A rule-type name

Returns
Type Description
System.Type

A type, or null if the name could not be resolved.

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