Search Results for

    Show / Hide Table of Contents

    Class ObjectRegistry<TExtensionAttribute, TExtensionType>

    Inheritance
    System.Object
    ObjectRegistry<TExtensionAttribute, TExtensionType>
    SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType>
    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 ObjectRegistry<TExtensionAttribute, TExtensionType>
        where TExtensionAttribute : ExtensionAttribute where TExtensionType : class
    Type Parameters
    Name Description
    TExtensionAttribute
    TExtensionType

    Constructors

    ObjectRegistry(IPluginRegistry)

    Declaration
    public ObjectRegistry(IPluginRegistry pluginRegistry)
    Parameters
    Type Name Description
    IPluginRegistry pluginRegistry

    Properties

    ExtensionPoint

    Declaration
    public IExtensionPoint ExtensionPoint { get; }
    Property Value
    Type Description
    IExtensionPoint

    Methods

    CreateObjects()

    Declaration
    public virtual TExtensionType[] CreateObjects()
    Returns
    Type Description
    TExtensionType[]

    On this page

    • Constructors
      • ObjectRegistry(IPluginRegistry)
    • Properties
      • ExtensionPoint
    • Methods
      • CreateObjects()
    Back to top Generated by DocFX