C# 클래스 Castle.MonoRail.Framework.Services.DefaultFilterFactory

Standard implementation of IFilterFactory.
상속: IServiceEnabledComponent, IFilterFactory
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Create ( Type filterType ) : IFilter

Creates a filter instance

Release ( IFilter filter ) : void

Releases a filter instance

Service ( IServiceProvider provider ) : void

Invoked by the framework in order to give a chance to obtain other services

메소드 상세

Create() 공개 메소드

Creates a filter instance
public Create ( Type filterType ) : IFilter
filterType System.Type The filter's type
리턴 IFilter

Release() 공개 메소드

Releases a filter instance
public Release ( IFilter filter ) : void
filter IFilter The filter instance
리턴 void

Service() 공개 메소드

Invoked by the framework in order to give a chance to obtain other services
public Service ( IServiceProvider provider ) : void
provider IServiceProvider The service proviver
리턴 void