Class SortedObjectRegistry<TSortableExtensionAttribute, TExtensionType>
Inheritance
System.Object
ObjectRegistry<TSortableExtensionAttribute, 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.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()