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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_sColumnName String
m_sTableName String

Méthodes publiques

Méthode Description
AssertValid ( ) : void
DynamicFilterRangeTrackBar ( String tableName, String columnName ) : System

Initializes a new instance of the class.

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

Méthodes protégées

Méthode Description
SetDecimalPlaces ( NumericFilterParameters oNumericFilterParameters ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

DynamicFilterRangeTrackBar() public méthode

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. ///
Résultat System

SetCustomProperties() public méthode

public SetCustomProperties ( DynamicFilterParameters dynamicFilterParameters ) : void
dynamicFilterParameters DynamicFilterParameters
Résultat void

SetDecimalPlaces() protected méthode

protected SetDecimalPlaces ( NumericFilterParameters oNumericFilterParameters ) : void
oNumericFilterParameters NumericFilterParameters
Résultat void

ValueToString() public méthode

public ValueToString ( Decimal value ) : String
value Decimal
Résultat String

Property Details

m_sColumnName protected_oe property

protected String m_sColumnName
Résultat String

m_sTableName protected_oe property

protected String m_sTableName
Résultat String