C# 클래스 Pomona.Routing.PomonaRouteMetadataProvider

The default route metadata provider for Pomona.
상속: IRouteMetadataProvider
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
GetMetadata ( INancyModule module, Nancy.Routing.RouteDescription routeDescription ) : object

Gets the metadata for the provided route.

GetMetadataType ( INancyModule module, Nancy.Routing.RouteDescription routeDescription ) : Type

Gets the T:System.Type of the metadata that is created by the provider.

메소드 상세

GetMetadata() 공개 메소드

Gets the metadata for the provided route.
public GetMetadata ( INancyModule module, Nancy.Routing.RouteDescription routeDescription ) : object
module INancyModule The instance that the route is declared in.
routeDescription Nancy.Routing.RouteDescription A for the route.
리턴 object

GetMetadataType() 공개 메소드

Gets the T:System.Type of the metadata that is created by the provider.
public GetMetadataType ( INancyModule module, Nancy.Routing.RouteDescription routeDescription ) : Type
module INancyModule The instance that the route is declared in.
routeDescription Nancy.Routing.RouteDescription A for the route.
리턴 System.Type