C# Class Smrf.NodeXL.ExcelTemplate.DynamicFilterDateTimeRangeTrackBar

Wraps a DateTimeRangeTrackBar 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.

The main task of this wrapper is to convert the Decimal range values used by the DynamicFilterDialog to and from the DateTime values used by the DateTimeRangeTrackBar control.

Inheritance: DateTimeRangeTrackBar, 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
DynamicFilterDateTimeRangeTrackBar ( String tableName, String columnName ) : System

Initializes a new instance of the class.

SetAvailableRange ( Decimal availableMinimum, Decimal availableMaximum ) : void
SetCustomProperties ( DynamicFilterParameters dynamicFilterParameters ) : void
SetSelectedRange ( Decimal selectedMinimum, Decimal selectedMaximum ) : void
ValueToString ( Decimal value ) : String

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

DynamicFilterDateTimeRangeTrackBar() public méthode

Initializes a new instance of the class.
public DynamicFilterDateTimeRangeTrackBar ( String tableName, String columnName ) : System
tableName String /// Name of the table containing the column. ///
columnName String /// Name of the column. ///
Résultat System

SetAvailableRange() public méthode

public SetAvailableRange ( Decimal availableMinimum, Decimal availableMaximum ) : void
availableMinimum Decimal
availableMaximum Decimal
Résultat void

SetCustomProperties() public méthode

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

SetSelectedRange() public méthode

public SetSelectedRange ( Decimal selectedMinimum, Decimal selectedMaximum ) : void
selectedMinimum Decimal
selectedMaximum Decimal
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