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

Inheritance: ColumnFactoryExpression
ファイルを表示 Open project: ryanohs/DynamicServices

Public Methods

Method 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 method

public ColumnActionExpression ( ColumnFactory factory, bool>.Func matches ) : System
factory ColumnFactory
matches bool>.Func
return System

Hide() public method

public Hide ( ) : void
return void

Index() public method

public Index ( string index ) : void
index string
return void

Modify() public method

public Modify ( ColumnModifier modifier ) : void
modifier ColumnModifier
return void

Name() public method

public Name ( string name ) : void
name string
return void

NotSortable() public method

public NotSortable ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Sortable() public method

public Sortable ( ) : void
return void

Width() public method

public Width ( int width ) : void
width int
return void