C# Class MvcControlsToolkit.Controllers.ControllerHelpers

Afficher le fichier Open project: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

Méthodes publiques

Méthode Description
DeclareServerRowtype ( Type controllerType, RowType row ) : void
GetRowType ( Type controllerType, string id ) : RowType

Method Details

DeclareServerRowtype() public static méthode

public static DeclareServerRowtype ( Type controllerType, RowType row ) : void
controllerType System.Type
row RowType
Résultat void

GetRowType() public static méthode

public static GetRowType ( Type controllerType, string id ) : RowType
controllerType System.Type
id string
Résultat RowType