Class OperationFilter
Inheritance
System.Object
OperationFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: fcSDK.dll
Syntax
public abstract class OperationFilter : ColumnBasedFilter
Constructors
OperationFilter(String, DateTime)
Declaration
protected OperationFilter(string columnName, DateTime value)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
System.DateTime |
value |
|
OperationFilter(String, Decimal)
Declaration
protected OperationFilter(string columnName, decimal value)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
System.Decimal |
value |
|
OperationFilter(String, Int32)
Declaration
protected OperationFilter(string columnName, int value)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
System.Int32 |
value |
|
OperationFilter(String, Object)
Declaration
protected OperationFilter(string columnName, object value)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
System.Object |
value |
|
OperationFilter(String, String)
Declaration
protected OperationFilter(string columnName, string value)
Parameters
Type |
Name |
Description |
System.String |
columnName |
|
System.String |
value |
|
Properties
Operator
Declaration
public abstract string Operator { get; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
Declaration
protected virtual string FormatOperation(FCGeneric gen, string columnName, string oper, SqlHelper dbHelper, object value)
Parameters
Type |
Name |
Description |
FCGeneric |
gen |
|
System.String |
columnName |
|
System.String |
oper |
|
SqlHelper |
dbHelper |
|
System.Object |
value |
|
Returns
Type |
Description |
System.String |
|
GetValueForRender(FCSession, FCGeneric, SqlHelper)
Declaration
protected virtual object GetValueForRender(FCSession sess, FCGeneric gen, SqlHelper dbHelper)
Parameters
Returns
Type |
Description |
System.Object |
|
Declaration
protected override string PerformRender(FCSession fcSession, FCGeneric gen, SqlHelper dbHelper)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
protected override void PerformValidateFilter(FCSession session, FCGeneric gen)
Parameters
Overrides