C# Class Smrf.NodeXL.ExcelTemplate.DynamicFilterRangeTrackBar

Wraps a RangeTrackBar for use in the .
This wrapper implements IDynamicFilterRangeTrackBar, which allows DynamicFilterDialog to communicate with the and other track bar controls in a simple and consistent manner.

This wrapper uses the base-class implementations for most of the interface's properties and methods.

Inheritance: RangeTrackBar, IDynamicFilterRangeTrackBar
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_sColumnName String
m_sTableName String

Public Methods

Method Description
AssertValid ( ) : void
DynamicFilterRangeTrackBar ( String tableName, String columnName ) : System

Initializes a new instance of the class.

SetCustomProperties ( DynamicFilterParameters dynamicFilterParameters ) : void
ValueToString ( Decimal value ) : String

Protected Methods

Method Description
SetDecimalPlaces ( NumericFilterParameters oNumericFilterParameters ) : void

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

DynamicFilterRangeTrackBar() public method

Initializes a new instance of the class.
public DynamicFilterRangeTrackBar ( String tableName, String columnName ) : System
tableName String /// Name of the table containing the column. ///
columnName String /// Name of the column. ///
return System

SetCustomProperties() public method

public SetCustomProperties ( DynamicFilterParameters dynamicFilterParameters ) : void
dynamicFilterParameters DynamicFilterParameters
return void

SetDecimalPlaces() protected method

protected SetDecimalPlaces ( NumericFilterParameters oNumericFilterParameters ) : void
oNumericFilterParameters NumericFilterParameters
return void

ValueToString() public method

public ValueToString ( Decimal value ) : String
value Decimal
return String

Property Details

m_sColumnName protected_oe property

protected String m_sColumnName
return String

m_sTableName protected_oe property

protected String m_sTableName
return String