C# Class Calyptus.Mvc.EntryControllerAttribute

Inheritance: ControllerBaseAttribute, IEntryControllerBinding
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Protected Properties

Свойство Type Description
Mappings IList

Méthodes publiques

Méthode Description
EntryControllerAttribute ( ) : System
EntryControllerAttribute ( string path ) : System
EntryControllerAttribute ( string pathResourceBaseName, string pathResourceKey ) : System
EntryControllerAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System
Initialize ( Type controllerType ) : void

Méthodes protégées

Méthode Description
IEntryControllerBinding ( IRouteAction action, IPathStack path ) : void

Private Methods

Méthode Description
IEntryControllerBinding ( IHttpContext context, IPathStack path, IHttpHandler &handler ) : bool

Method Details

EntryControllerAttribute() public méthode

public EntryControllerAttribute ( ) : System
Résultat System

EntryControllerAttribute() public méthode

public EntryControllerAttribute ( string path ) : System
path string
Résultat System

EntryControllerAttribute() public méthode

public EntryControllerAttribute ( string pathResourceBaseName, string pathResourceKey ) : System
pathResourceBaseName string
pathResourceKey string
Résultat System

EntryControllerAttribute() public méthode

public EntryControllerAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System
pathResourceAssembly string
pathResourceBaseName string
pathResourceKey string
Résultat System

IEntryControllerBinding() protected méthode

protected IEntryControllerBinding ( IRouteAction action, IPathStack path ) : void
action IRouteAction
path IPathStack
Résultat void

Initialize() public méthode

public Initialize ( Type controllerType ) : void
controllerType System.Type
Résultat void

Property Details

Mappings protected_oe property

protected IList Mappings
Résultat IList