프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_sColumnName | String | ||
m_sTableName | String |
메소드 | 설명 | |
---|---|---|
AssertValid ( ) : void | ||
DynamicFilterDateTimeRangeTrackBar ( String tableName, String columnName ) : System |
Initializes a new instance of the
|
|
SetAvailableRange ( Decimal availableMinimum, Decimal availableMaximum ) : void | ||
SetCustomProperties ( |
||
SetSelectedRange ( Decimal selectedMinimum, Decimal selectedMaximum ) : void | ||
ValueToString ( Decimal value ) : String |
public DynamicFilterDateTimeRangeTrackBar ( String tableName, String columnName ) : System | ||
tableName | String | /// Name of the table containing the column. /// |
columnName | String | /// Name of the column. /// |
리턴 | System |
public SetAvailableRange ( Decimal availableMinimum, Decimal availableMaximum ) : void | ||
availableMinimum | Decimal | |
availableMaximum | Decimal | |
리턴 | void |
public SetCustomProperties ( |
||
dynamicFilterParameters | ||
리턴 | void |
public SetSelectedRange ( Decimal selectedMinimum, Decimal selectedMaximum ) : void | ||
selectedMinimum | Decimal | |
selectedMaximum | Decimal | |
리턴 | void |