Method | Description | |
---|---|---|
CanResolve ( |
Determines whether the specified type with the specified tag can be resolved.
|
|
CanResolveAll ( |
Determines whether all types specified can be resolved. Though ResolveAll will return
|
|
CatelDependencyResolver ( IServiceLocator serviceLocator ) : System |
Initializes a new instance of the CatelDependencyResolver class.
|
|
Resolve ( |
Resolves the specified type with the specified tag.
|
|
ResolveAll ( |
Resolves the specified types with the specified tag.
|
public CanResolve ( |
||
type | The type. | |
tag | object | The tag. |
return | bool |
public CanResolveAll ( |
||
types | The types. | |
return | bool |
public CatelDependencyResolver ( IServiceLocator serviceLocator ) : System | ||
serviceLocator | IServiceLocator | The service locator. |
return | System |
public Resolve ( |
||
type | The type. | |
tag | object | The tag. |
return | object |
public ResolveAll ( |
||
types | The types. | |
tag | object | The tag. |
return | object[] |