C# 클래스 Serenity.GridRowSelectionMixin

상속: ScriptContext
파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
CreateSelectColumn ( Func getMixin ) : SlickColumn
GetSelectedAsInt32 ( ) : List
GetSelectedAsInt64 ( ) : List
GetSelectedKeys ( ) : List
GridRowSelectionMixin ( IDataGrid grid ) : System
ResetCheckedAndRefresh ( ) : void
SelectKeys ( string keys ) : void
SetSelectedKeys ( string keys ) : void

비공개 메소드들

메소드 설명
UpdateSelectAll ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateSelectColumn() 공개 정적인 메소드

public static CreateSelectColumn ( Func getMixin ) : SlickColumn
getMixin Func
리턴 SlickColumn

GetSelectedAsInt32() 공개 메소드

public GetSelectedAsInt32 ( ) : List
리턴 List

GetSelectedAsInt64() 공개 메소드

public GetSelectedAsInt64 ( ) : List
리턴 List

GetSelectedKeys() 공개 메소드

public GetSelectedKeys ( ) : List
리턴 List

GridRowSelectionMixin() 공개 메소드

public GridRowSelectionMixin ( IDataGrid grid ) : System
grid IDataGrid
리턴 System

ResetCheckedAndRefresh() 공개 메소드

public ResetCheckedAndRefresh ( ) : void
리턴 void

SelectKeys() 공개 메소드

public SelectKeys ( string keys ) : void
keys string
리턴 void

SetSelectedKeys() 공개 메소드

public SetSelectedKeys ( string keys ) : void
keys string
리턴 void