Interface IFilterControl
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public interface IFilterControl
Properties
Declaration
string FilterField { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
bool IsDesign { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
FilterElement Value { get; set; }
Property Value
Methods
Declaration
void BindData(object reader)
Parameters
Type |
Name |
Description |
System.Object |
reader |
|