Search Results for

    Show / Hide Table of Contents

    Class XmlPluginCache

    Inheritance
    System.Object
    XmlPluginCache
    Implements
    IPluginCache
    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: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class XmlPluginCache : IPluginCache

    Constructors

    XmlPluginCache(String)

    Declaration
    public XmlPluginCache(string pluginCacheFilePath)
    Parameters
    Type Name Description
    System.String pluginCacheFilePath

    Properties

    PluginCacheFilePath

    Declaration
    public string PluginCacheFilePath { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetPluginState(String)

    Declaration
    public PluginState GetPluginState(string pluginId)
    Parameters
    Type Name Description
    System.String pluginId
    Returns
    Type Description
    PluginState

    Save()

    Declaration
    public void Save()

    StorePluginState(IPlugin)

    Declaration
    public void StorePluginState(IPlugin plugin)
    Parameters
    Type Name Description
    IPlugin plugin

    Implements

    IPluginCache

    On this page

    • Constructors
      • XmlPluginCache(String)
    • Properties
      • PluginCacheFilePath
    • Methods
      • GetPluginState(String)
      • Save()
      • StorePluginState(IPlugin)
    • Implements
    Back to top Generated by DocFX