C# 클래스 MvcControlsToolkit.Controllers.ControllerHelpers

파일 보기 프로젝트 열기: MvcControlsToolkit/MvcControlsToolkit.ControlsCore

공개 메소드들

메소드 설명
DeclareServerRowtype ( Type controllerType, RowType row ) : void
GetRowType ( Type controllerType, string id ) : RowType

메소드 상세

DeclareServerRowtype() 공개 정적인 메소드

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

GetRowType() 공개 정적인 메소드

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