C# Class Calyptus.Mvc.PathAttribute

Inheritance: BinderBaseAttribute
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode Description
PathAttribute ( ) : System
PathAttribute ( string preceedingPath ) : System
PathAttribute ( string pathResourceBaseName, string pathResourceKey ) : System
PathAttribute ( string pathResourceAssembly, string pathResourceBaseName, string pathResourceKey ) : System

Méthodes protégées

Méthode Description
Initialize ( MethodInfo method ) : void
Initialize ( ParameterInfo parameter ) : void
Initialize ( PropertyInfo property ) : void
SerializePath ( IPathStack path, object value ) : void
TryBinding ( IHttpContext context, IPathStack path, object &value, int &overloadWeight ) : bool
TryBinding ( IHttpContext context, object &value ) : bool

Private Methods

Méthode Description
InitializeDeserializer ( ) : void
InitializeResourcePath ( Type declaringType ) : void
TryBinding ( IPathStack path, object &obj ) : bool

Method Details

Initialize() protected méthode

protected Initialize ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

Initialize() protected méthode

protected Initialize ( ParameterInfo parameter ) : void
parameter System.Reflection.ParameterInfo
Résultat void

Initialize() protected méthode

protected Initialize ( PropertyInfo property ) : void
property System.Reflection.PropertyInfo
Résultat void

PathAttribute() public méthode

public PathAttribute ( ) : System
Résultat System

PathAttribute() public méthode

public PathAttribute ( string preceedingPath ) : System
preceedingPath string
Résultat System

PathAttribute() public méthode

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

PathAttribute() public méthode

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

SerializePath() protected méthode

protected SerializePath ( IPathStack path, object value ) : void
path IPathStack
value object
Résultat void

TryBinding() protected méthode

protected TryBinding ( IHttpContext context, IPathStack path, object &value, int &overloadWeight ) : bool
context IHttpContext
path IPathStack
value object
overloadWeight int
Résultat bool

TryBinding() protected méthode

protected TryBinding ( IHttpContext context, object &value ) : bool
context IHttpContext
value object
Résultat bool