Interface ISchemaStore
  
  Summary description for ISchemaStore.
 
  
  
  Assembly: EPiServer.BaseLibrary.dll
  Version: 8.11.0
  Syntax
  
    public interface ISchemaStore
   
  Properties
  
  
  
  
  Schemas
  
  
  Declaration
  
    IDictionary<string, ISchema> Schemas { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IDictionary<System.String, ISchema> | 
         | 
      
    
  
  Methods
  
  
  
  
  DeleteSchema(String)
  
  
  Declaration
  
    void DeleteSchema(string schemaId)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        schemaId | 
         | 
      
    
  
  
  
  
  GetAndAddSchema(ISchema, String)
  
  
  Declaration
  
    ISchema GetAndAddSchema(ISchema schema, string idType)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ISchema | 
        schema | 
         | 
      
      
        | System.String | 
        idType | 
         | 
      
    
  
  Returns
  
  
  
  
  Initialize()
  
  
  Declaration
  
  Extension Methods