C# 클래스 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.

상속: DateTimeRangeTrackBar, IDynamicFilterRangeTrackBar
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_sColumnName String
m_sTableName String

공개 메소드들

메소드 설명
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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

DynamicFilterDateTimeRangeTrackBar() 공개 메소드

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. ///
리턴 System

SetAvailableRange() 공개 메소드

public SetAvailableRange ( Decimal availableMinimum, Decimal availableMaximum ) : void
availableMinimum Decimal
availableMaximum Decimal
리턴 void

SetCustomProperties() 공개 메소드

public SetCustomProperties ( DynamicFilterParameters dynamicFilterParameters ) : void
dynamicFilterParameters DynamicFilterParameters
리턴 void

SetSelectedRange() 공개 메소드

public SetSelectedRange ( Decimal selectedMinimum, Decimal selectedMaximum ) : void
selectedMinimum Decimal
selectedMaximum Decimal
리턴 void

ValueToString() 공개 메소드

public ValueToString ( Decimal value ) : String
value Decimal
리턴 String

프로퍼티 상세

m_sColumnName 보호되어 있는 프로퍼티

protected String m_sColumnName
리턴 String

m_sTableName 보호되어 있는 프로퍼티

protected String m_sTableName
리턴 String