FdoColorFilterExpression Class |
Namespace: FDF.Common.Features.Filters
The FdoColorFilterExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | FdoColorFilterExpression | Initializes a new instance of the FdoColorFilterExpression class |
![]() | FdoColorFilterExpression(Color, FdoBinaryLogicalOperation) | Initializes a new instance of the FdoColorFilterExpression class |
![]() | FdoColorFilterExpression(Color, FdoComparisionOperation, FdoBinaryLogicalOperation) | Initializes a new instance of the FdoColorFilterExpression class |
Name | Description | |
---|---|---|
![]() | IsEmpty |
Returns True if object instance is considered empty,
otherwise returns False.
(Overrides FdoFilterExpressionT, VIsEmpty.) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Overrides FdoFilterExpressionT, VClone.) |
![]() | Equals | Indicates whether the current object is equal to another object of the same type. (Overrides FdoFilterExpressionT, VEquals(IFdoFilterExpression).) |
![]() | GetProperties |
Returns properties associated
with the object instance during run-time.
(Overrides FdoFilterExpressionT, VGetProperties(FdfSetting).) |
![]() | GetTypeName |
Returns String representation of the underlying type.
(Overrides FdoFilterExpressionT, VGetTypeName.) |
![]() | IsValid |
Returns True if object instance is considered valid,
otherwise returns False.
(Overrides FdoFilterExpressionT, VIsValid(FdfResultCollection, IFdfQueryable).) |
![]() | ToString |
Returns filter expression string for specified
output format.
(Overrides FdoFilterExpressionT, VToString(FdoFilterFormat).) |