Class GlobalTypeToStoreMap
Class to handle global type to store mappings
Implements
System.IDisposable
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 11.20.7Syntax
public class GlobalTypeToStoreMap : LocalCache<Type, string>, IDisposableConstructors
GlobalTypeToStoreMap()
Declaration
public GlobalTypeToStoreMap()Properties
Instance
Declaration
public static GlobalTypeToStoreMap Instance { get; }Property Value
| Type | Description | 
|---|---|
| GlobalTypeToStoreMap | 
Methods
ValidateValue(String)
Declaration
protected override void ValidateValue(string value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | 
Overrides
EPiServer.Data.Cache.Internal.LocalCache<System.Type, System.String>.ValidateValue(System.String)
  Implements
      System.IDisposable
  
  