ElementAdderMeta Class

Rotorz ReorderableList

ElementAdderMeta Class
Provides meta information which is useful when creating new implementations of the IElementAdderMenuBuilderTContext interface.
Inheritance Hierarchy
SystemObject  Rotorz.ReorderableListElementAdderMeta

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static class ElementAdderMeta
public static class ElementAdderMeta

The ElementAdderMeta type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetConcreteElementTypes(Type)
Gets an array of all the concrete element types that implement the specified contractType.
Public methodStatic memberGetConcreteElementTypes(Type, FuncType, Boolean)
Gets a filtered array of the concrete element types that implement the specified contractType.
Public methodStatic memberGetMenuCommandsTContext
Gets an array of IElementAdderMenuCommandTContext instances that are associated with the specified contractType.
Public methodStatic memberGetMenuCommandTypesTContext
Gets an array of the IElementAdderMenuCommandTContext types that are associated with the specified contractType.
Top
See Also