C# Class FluentWebControls.GridColumn

Inheritance: IGridColumn
ファイルを表示 Open project: mvbalaw/FluentWebControls

Private Properties

Property Type Description

Public Methods

Method Description
GridColumn ( GridColumnType type, string columnHeader, string fieldName, AlignAttribute align, bool isDefaultSortColumn, bool isClientSideSortable, string sorter, string actionName, IList rows ) : System.Collections.Generic
this ( int rowId ) : string

Method Details

GridColumn() public method

public GridColumn ( GridColumnType type, string columnHeader, string fieldName, AlignAttribute align, bool isDefaultSortColumn, bool isClientSideSortable, string sorter, string actionName, IList rows ) : System.Collections.Generic
type GridColumnType
columnHeader string
fieldName string
align AlignAttribute
isDefaultSortColumn bool
isClientSideSortable bool
sorter string
actionName string
rows IList
return System.Collections.Generic

this() public method

public this ( int rowId ) : string
rowId int
return string