C# Class FubuMVC.Core.UI.AwesomeFubuPageExtensions

Afficher le fichier Open project: rauhryan/awesomesauce

Méthodes publiques

Méthode 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

Méthode Description
getProperties ( Type type ) : System.Reflection.PropertyInfo[]

Method Details

AwesomeDisplay() public static méthode

public static AwesomeDisplay ( this page, object model ) : string
page this
model object
Résultat string

AwesomeFields() public static méthode

public static AwesomeFields ( this page, object model ) : string
page this
model object
Résultat string

AwesomeHeaders() public static méthode

public static AwesomeHeaders ( this page, object model ) : string
page this
model object
Résultat string

AwesomeUrlFor() public static méthode

public static AwesomeUrlFor ( this page, object model, bool isNew ) : string
page this
model object
isNew bool
Résultat string

DeleteUrlFor() public static méthode

public static DeleteUrlFor ( this page, object model ) : string
page this
model object
Résultat string

EditUrlFor() public static méthode

public static EditUrlFor ( this page, object model ) : string
page this
model object
Résultat string