C# 클래스 Castle.MonoRail.Framework.Internal.DefaultRescueDescriptorProvider

Creates RescueDescriptor from attributes associated with the Controller
상속: IRescueDescriptorProvider
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
CollectRescues ( MethodInfo memberInfo ) : Castle.MonoRail.Framework.Internal.RescueDescriptor[]

Implementors should collect the rescue information and return descriptors instances, or an empty array if none was found.

CollectRescues ( Type type ) : Castle.MonoRail.Framework.Internal.RescueDescriptor[]

Collects the rescues.

Service ( IServiceProvider provider ) : void

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

메소드 상세

CollectRescues() 공개 메소드

Implementors should collect the rescue information and return descriptors instances, or an empty array if none was found.
public CollectRescues ( MethodInfo memberInfo ) : Castle.MonoRail.Framework.Internal.RescueDescriptor[]
memberInfo System.Reflection.MethodInfo The action (MethodInfo)
리턴 Castle.MonoRail.Framework.Internal.RescueDescriptor[]

CollectRescues() 공개 메소드

Collects the rescues.
public CollectRescues ( Type type ) : Castle.MonoRail.Framework.Internal.RescueDescriptor[]
type System.Type The type.
리턴 Castle.MonoRail.Framework.Internal.RescueDescriptor[]

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