Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GlobalTypeHandlers

Class to handle global Type Handlers

Inheritance
System.Object
LocalCache<System.Type, ITypeHandler>
GlobalTypeHandlers
Implements
System.IDisposable
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class GlobalTypeHandlers : LocalCache<Type, ITypeHandler>, IDisposable

Constructors

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

Extension Methods