Click or drag to resize

SingletonCollectionTInterface Methods

The SingletonCollectionTInterface generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add a new singleton mapping
Public methodStatic memberDisableAll
Disables all mapped dependencies
Public methodStatic memberDisableAllOfTClass
Disables all types of a specific type TClass where TClass implements TInterface
Public methodStatic memberEnableAll
Enables all mapped dependencies
Public methodStatic memberEnableAllOfTClass
Enables all types of a specific type TClass where TClass implements TInterface
Public methodStatic memberGetAll
Will return all enabled mapping for this interface
Public methodStatic memberGetNamedInstance
Returns a singleton instance of type TInterface (if found)
Public methodStatic memberProperties(String)
Returns properties for a named instance
Public methodStatic memberPropertiesTClass
Returns properties for the first type of TClass where TClass implements TInterface
Public methodStatic memberRemoveTClass
Removes all mappings to the Type of TClass where TClass implements TInterface
Public methodStatic memberReset
This will clear the mapping.
Top
See Also