Property | Type | Description |
---|
Method | Description | |
---|---|---|
CachingCallHandlerData ( ) : System |
Create a new T:Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData instance.
|
|
CachingCallHandlerData ( string handlerName ) : System |
Create a new T:Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData instance with the given name.
|
|
CachingCallHandlerData ( string handlerName, int handlerOrder ) : System |
Create a new T:Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData instance with the given name.
|
Method | Description | |
---|---|---|
DoConfigureContainer ( IUnityContainer container, string registrationName ) : void |
Configures an T:Microsoft.Practices.Unity.IUnityContainer to resolve the represented call handler by using the specified name.
|
public CachingCallHandlerData ( string handlerName ) : System | ||
handlerName | string | Name of handler to store in config file. |
return | System |
public CachingCallHandlerData ( string handlerName, int handlerOrder ) : System | ||
handlerName | string | Name of handler to store in config file. |
handlerOrder | int | Order of handler to store in config file. |
return | System |
protected DoConfigureContainer ( IUnityContainer container, string registrationName ) : void | ||
container | IUnityContainer | The container to configure. |
registrationName | string | The name of the registration. |
return | void |