Show / Hide Table of Contents

Class ValidatedTypeProvider

A service that gets the validated type from a value type.

Inheritance
System.Object
ValidatedTypeProvider
Implements
IGetsValidatedType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.Validation.Manifest
Assembly: CSF.Validation.dll
Syntax
public class ValidatedTypeProvider : IGetsValidatedType

Methods

| Improve this Doc View Source

GetValidatedType(Type, Boolean)

Gets the validated type from the value type, and whether or not items should be enumerated.

Declaration
public Type GetValidatedType(Type type, bool enumerateItems)
Parameters
Type Name Description
System.Type type

The value type.

System.Boolean enumerateItems

A value indicating whether or not items within the value type are to be enumerated.

Returns
Type Description
System.Type

The validated type.

Implements

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