C# 클래스 Calyptus.Mvc.PutAttribute

상속: BinderBaseAttribute
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

공개 메소드들

메소드 설명
PutAttribute ( ) : System
PutAttribute ( string key ) : System

보호된 메소드들

메소드 설명
Initialize ( System method ) : void
TryBinding ( IHttpContext context, object &value ) : bool

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( System method ) : void
method System
리턴 void

PutAttribute() 공개 메소드

public PutAttribute ( ) : System
리턴 System

PutAttribute() 공개 메소드

public PutAttribute ( string key ) : System
key string
리턴 System

TryBinding() 보호된 메소드

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