Search Results for

    Show / Hide Table of Contents

    Class SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType>

    Inheritance
    System.Object
    ObjectRegistry<TSortableExtensionAttribute, TExtensionType>
    SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType>
    Inherited Members
    ObjectRegistry<TSortableExtensionAttribute, TExtensionType>.CreateObjects()
    ObjectRegistry<TSortableExtensionAttribute, TExtensionType>.ExtensionPoint
    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.Util
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType> : ObjectRegistry<TSortableExtensionAttribute, TExtensionType> where TSortableExtensionAttribute : SortableExtensionAttribute where TExtensionType : class
    Type Parameters
    Name Description
    TSortableExtensionAttribute
    TExtensionType

    Constructors

    SortedObjectRegistry(IPluginRegistry)

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

    Methods

    CreateObjects()

    Declaration
    public override TExtensionType[] CreateObjects()
    Returns
    Type Description
    TExtensionType[]
    Overrides
    Sdl.Core.PluginFramework.ObjectRegistry<TSortableExtensionAttribute, TExtensionType>.CreateObjects()

    On this page

    • Constructors
      • SortedObjectRegistry(IPluginRegistry)
    • Methods
      • CreateObjects()
    Back to top Generated by DocFX