C# Class MvcControlsToolkit.Controllers.ControllerHelpers

Datei anzeigen Open project: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

Public Methods

Method Description
DeclareServerRowtype ( Type controllerType, RowType row ) : void
GetRowType ( Type controllerType, string id ) : RowType

Method Details

DeclareServerRowtype() public static method

public static DeclareServerRowtype ( Type controllerType, RowType row ) : void
controllerType System.Type
row RowType
return void

GetRowType() public static method

public static GetRowType ( Type controllerType, string id ) : RowType
controllerType System.Type
id string
return RowType