C# Class DynamicServices.Mvc.Scaffolding.JqGrid.Configuration.ColumnActionExpression

Inheritance: ColumnFactoryExpression
Afficher le fichier Open project: ryanohs/DynamicServices

Méthodes publiques

Méthode Description
ColumnActionExpression ( ColumnFactory factory, bool>.Func matches ) : System
Hide ( ) : void
Index ( string index ) : void
Modify ( ColumnModifier modifier ) : void
Name ( string name ) : void
NotSortable ( ) : void
Show ( ) : void
Sortable ( ) : void
Width ( int width ) : void

Method Details

ColumnActionExpression() public méthode

public ColumnActionExpression ( ColumnFactory factory, bool>.Func matches ) : System
factory ColumnFactory
matches bool>.Func
Résultat System

Hide() public méthode

public Hide ( ) : void
Résultat void

Index() public méthode

public Index ( string index ) : void
index string
Résultat void

Modify() public méthode

public Modify ( ColumnModifier modifier ) : void
modifier ColumnModifier
Résultat void

Name() public méthode

public Name ( string name ) : void
name string
Résultat void

NotSortable() public méthode

public NotSortable ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Sortable() public méthode

public Sortable ( ) : void
Résultat void

Width() public méthode

public Width ( int width ) : void
width int
Résultat void