C# Class Serenity.GridRowSelectionMixin

Inheritance: ScriptContext
Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
UpdateSelectAll ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateSelectColumn() public static méthode

public static CreateSelectColumn ( Func getMixin ) : SlickColumn
getMixin Func
Résultat SlickColumn

GetSelectedAsInt32() public méthode

public GetSelectedAsInt32 ( ) : List
Résultat List

GetSelectedAsInt64() public méthode

public GetSelectedAsInt64 ( ) : List
Résultat List

GetSelectedKeys() public méthode

public GetSelectedKeys ( ) : List
Résultat List

GridRowSelectionMixin() public méthode

public GridRowSelectionMixin ( IDataGrid grid ) : System
grid IDataGrid
Résultat System

ResetCheckedAndRefresh() public méthode

public ResetCheckedAndRefresh ( ) : void
Résultat void

SelectKeys() public méthode

public SelectKeys ( string keys ) : void
keys string
Résultat void

SetSelectedKeys() public méthode

public SetSelectedKeys ( string keys ) : void
keys string
Résultat void