C# 클래스 Telerik.Web.Mvc.UI.GridActionBindingContext

상속: IGridBindingContext
파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
GridActionBindingContext ( bool enableCustomBinding, System.Web.Mvc.ControllerBase controller, IEnumerable dataSource, int total ) : System.Collections
Prefix ( string parameter ) : string

메소드 상세

GridActionBindingContext() 공개 메소드

public GridActionBindingContext ( bool enableCustomBinding, System.Web.Mvc.ControllerBase controller, IEnumerable dataSource, int total ) : System.Collections
enableCustomBinding bool
controller System.Web.Mvc.ControllerBase
dataSource IEnumerable
total int
리턴 System.Collections

Prefix() 공개 메소드

public Prefix ( string parameter ) : string
parameter string
리턴 string