C# Class FubuMVC.Core.UI.AwesomeFubuPageExtensions

Mostrar archivo Open project: rauhryan/awesomesauce

Public Methods

Method Description
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

Private Methods

Method Description
getProperties ( Type type ) : System.Reflection.PropertyInfo[]

Method Details

AwesomeDisplay() public static method

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

AwesomeFields() public static method

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

AwesomeHeaders() public static method

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

AwesomeUrlFor() public static method

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

DeleteUrlFor() public static method

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

EditUrlFor() public static method

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