C# Class Calyptus.Mvc.SessionAttribute

Inheritance: System.Attribute, IParameterBinding, IPropertyBinding
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode Description
Initialize ( ParameterInfo parameter ) : void
Initialize ( PropertyInfo property ) : void
SerializePath ( IPathStack path, object obj ) : void
SessionAttribute ( ) : System
SessionAttribute ( string key ) : System
StoreBinding ( IHttpContext context, object value ) : void
TryBinding ( IHttpContext context, IPathStack path, object &obj, int &overloadWeight ) : bool
TryBinding ( IHttpContext context, object &obj ) : bool

Method Details

Initialize() public méthode

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

Initialize() public méthode

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

SerializePath() public méthode

public SerializePath ( IPathStack path, object obj ) : void
path IPathStack
obj object
Résultat void

SessionAttribute() public méthode

public SessionAttribute ( ) : System
Résultat System

SessionAttribute() public méthode

public SessionAttribute ( string key ) : System
key string
Résultat System

StoreBinding() public méthode

public StoreBinding ( IHttpContext context, object value ) : void
context IHttpContext
value object
Résultat void

TryBinding() public méthode

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

TryBinding() public méthode

public TryBinding ( IHttpContext context, object &obj ) : bool
context IHttpContext
obj object
Résultat bool