Property | Type | Description | |
---|---|---|---|
m_sColumnName | String | ||
m_sTableName | String |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
DynamicFilterRangeTrackBar ( String tableName, String columnName ) : System |
Initializes a new instance of the
|
|
SetCustomProperties ( |
||
ValueToString ( Decimal value ) : String |
Method | Description | |
---|---|---|
SetDecimalPlaces ( NumericFilterParameters oNumericFilterParameters ) : void |
public DynamicFilterRangeTrackBar ( String tableName, String columnName ) : System | ||
tableName | String | /// Name of the table containing the column. /// |
columnName | String | /// Name of the column. /// |
return | System |
public SetCustomProperties ( |
||
dynamicFilterParameters | ||
return | void |
protected SetDecimalPlaces ( NumericFilterParameters oNumericFilterParameters ) : void | ||
oNumericFilterParameters | NumericFilterParameters | |
return | void |
public ValueToString ( Decimal value ) : String | ||
value | Decimal | |
return | String |