Property | Type | Description | |
---|---|---|---|
key2Handler | IHandler>.IDictionary | ||
service2Handler | IHandler>.IDictionary |
Method | Description | |
---|---|---|
AddHandlerSelector ( IHandlerSelector selector ) : void | ||
Contains ( String key ) : bool | ||
Contains ( |
||
GetAssignableHandlers ( |
||
GetHandler ( String key ) : IHandler | ||
GetHandler ( String key, |
||
GetHandler ( |
||
GetHandlers ( ) : IHandler[] | ||
GetHandlers ( |
||
GetKey2Handler ( ) : IHandler>.IDictionary |
||
Register ( String key, IHandler handler ) : void |
Method | Description | |
---|---|---|
GetSelectorsOpinion ( string key, |
||
this ( String key ) : IHandler |
Method | Description | |
---|---|---|
InvalidateCache ( ) : void | ||
IsAssignable ( |
public AddHandlerSelector ( IHandlerSelector selector ) : void | ||
selector | IHandlerSelector | |
return | void |
public GetAssignableHandlers ( |
||
service | ||
return | IHandler[] |
public GetHandler ( String key, |
||
key | String | |
service | ||
return | IHandler |
public GetHandler ( |
||
service | ||
return | IHandler |
public GetHandlers ( |
||
service | ||
return | IHandler[] |
public GetKey2Handler ( ) : IHandler>.IDictionary |
||
return | IHandler>.IDictionary |
protected GetSelectorsOpinion ( string key, |
||
key | string | |
type | ||
return | IHandler |
public Register ( String key, IHandler handler ) : void | ||
key | String | |
handler | IHandler | |
return | void |