Class GlobalTypeHandlers
Class to handle global Type Handlers
Implements
System.IDisposable
  Inherited Members
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class GlobalTypeHandlers : LocalCache<Type, ITypeHandler>, IDisposableConstructors
GlobalTypeHandlers()
Declaration
public GlobalTypeHandlers()Properties
Instance
Declaration
public static GlobalTypeHandlers Instance { get; }Property Value
| Type | Description | 
|---|---|
| GlobalTypeHandlers | 
Methods
ValidateValue(ITypeHandler)
Declaration
protected override void ValidateValue(ITypeHandler value)Parameters
| Type | Name | Description | 
|---|---|---|
| ITypeHandler | value | 
Overrides
EPiServer.Data.Cache.Internal.LocalCache<System.Type, EPiServer.Data.Dynamic.ITypeHandler>.ValidateValue(EPiServer.Data.Dynamic.ITypeHandler)
  Implements
      System.IDisposable
  
  