C# Class Calyptus.Mvc.PutAttribute

Inheritance: BinderBaseAttribute
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
PutAttribute ( ) : System
PutAttribute ( string key ) : System

Protected Methods

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

Method Details

Initialize() protected method

protected Initialize ( System method ) : void
method System
return void

PutAttribute() public method

public PutAttribute ( ) : System
return System

PutAttribute() public method

public PutAttribute ( string key ) : System
key string
return System

TryBinding() protected method

protected TryBinding ( IHttpContext context, object &value ) : bool
context IHttpContext
value object
return bool