Click or drag to resize
MacroExtensionContainerTContainer, TExtension Methods

The MacroExtensionContainerTContainer, TExtension generic type exposes the following members.

Methods
  NameDescription
Protected methodGetExtension(String)
Returns a Extension of given name (return null if specified Extension does not exist).
Protected methodGetExtension(Type, String)
Returns the extension by type and name. Does not cache the result. Does not cache the result.
Protected methodStatic memberGetExtensionForObject
Returns macro extension object of given name if registered for specified object. Caches the result in the internal cache. It loops through all extensions of given object type. Returns null if there is no such extension for given object.
Protected methodGetExtensions
Gets the extensions for the given type. Does not cache the result.
Protected methodStatic memberGetExtensionsForObject
Returns list of macro extension registered for specified object. Caches the result in the internal cache. Returns null if there is no such extension for given object.
Protected methodStatic memberCheckGlobalAdmin
Checks if the current context user is global admin, returns true if so, otherwise returns false
Protected methodRegisterExtension
Registers a Extension to the container.
Protected methodRegisterExtensions
Registers extensions to the container. Override this to call RegisterExtension from within.
Top
See Also