C# Class Calyptus.Mvc.PutAttribute

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

Méthodes publiques

Méthode Description
PutAttribute ( ) : System
PutAttribute ( string key ) : System

Méthodes protégées

Méthode Description
Initialize ( System method ) : void
TryBinding ( IHttpContext context, object &value ) : bool

Method Details

Initialize() protected méthode

protected Initialize ( System method ) : void
method System
Résultat void

PutAttribute() public méthode

public PutAttribute ( ) : System
Résultat System

PutAttribute() public méthode

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

TryBinding() protected méthode

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