C# 클래스 FubuMVC.Core.UI.AwesomeFubuPageExtensions

파일 보기 프로젝트 열기: rauhryan/awesomesauce

공개 메소드들

메소드 설명
AwesomeDisplay ( this page, object model ) : string
AwesomeFields ( this page, object model ) : string
AwesomeHeaders ( this page, object model ) : string
AwesomeUrlFor ( this page, object model, bool isNew ) : string
DeleteUrlFor ( this page, object model ) : string
EditUrlFor ( this page, object model ) : string

비공개 메소드들

메소드 설명
getProperties ( Type type ) : System.Reflection.PropertyInfo[]

메소드 상세

AwesomeDisplay() 공개 정적인 메소드

public static AwesomeDisplay ( this page, object model ) : string
page this
model object
리턴 string

AwesomeFields() 공개 정적인 메소드

public static AwesomeFields ( this page, object model ) : string
page this
model object
리턴 string

AwesomeHeaders() 공개 정적인 메소드

public static AwesomeHeaders ( this page, object model ) : string
page this
model object
리턴 string

AwesomeUrlFor() 공개 정적인 메소드

public static AwesomeUrlFor ( this page, object model, bool isNew ) : string
page this
model object
isNew bool
리턴 string

DeleteUrlFor() 공개 정적인 메소드

public static DeleteUrlFor ( this page, object model ) : string
page this
model object
리턴 string

EditUrlFor() 공개 정적인 메소드

public static EditUrlFor ( this page, object model ) : string
page this
model object
리턴 string