C# 클래스 Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData

상속: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.CallHandlerData
파일 보기 프로젝트 열기: Chinaccn/surfboard

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
DoConfigureContainer ( IUnityContainer container, string registrationName ) : void

Configures an T:Microsoft.Practices.Unity.IUnityContainer to resolve the represented call handler by using the specified name.

메소드 상세

CachingCallHandlerData() 공개 메소드

Create a new T:Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData instance.
public CachingCallHandlerData ( ) : System
리턴 System

CachingCallHandlerData() 공개 메소드

Create a new T:Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData instance with the given name.
public CachingCallHandlerData ( string handlerName ) : System
handlerName string Name of handler to store in config file.
리턴 System

CachingCallHandlerData() 공개 메소드

Create a new T:Cedar.Framework.Caching.Interception.Configuration.CachingCallHandlerData instance with the given name.
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.
리턴 System

DoConfigureContainer() 보호된 메소드

Configures an T:Microsoft.Practices.Unity.IUnityContainer to resolve the represented call handler by using the specified name.
protected DoConfigureContainer ( IUnityContainer container, string registrationName ) : void
container IUnityContainer The container to configure.
registrationName string The name of the registration.
리턴 void