Click or drag to resize

ManyTInterface Methods

The ManyTInterface generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdd
Add a new transient 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 transient 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