FilterCondition Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The FilterCondition type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilterCondition |
Initializes a new instance of the FilterCondition class.
|
Name | Description | |
---|---|---|
![]() | ColumnName |
The name of the column which will be filtered.
|
![]() | Comparison |
The comparison type.
|
![]() | IncludeNulls |
Indicates whether to include null column values in addition to the ones, matching
the criteria.
|
![]() | TableAlias |
Gets the table alias. Usually, this is the navigation column, which points to the actual table to be filtered.
|
![]() | TableName |
The table, containing the column to be filtered.
|
![]() | Value |
The value versus which to check.
|
Name | Description | |
---|---|---|
![]() ![]() | ComparisonTypeToString |
Returns the wording string representation of the specified comparison type.
|
![]() | GetXml |
Gets the contents of the filter condition as XElements.
|
![]() | IsSatisfiedBy |
Returns whether the FilterCondition is satisfied by the given value.
|
![]() ![]() | ReadFromXml |
Reads the filter condition from XML input.
|
![]() ![]() | StringToComparisonType |
Returns the comparison type, matching the specified input string.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |