Method |
Description |
|
Clone ( ) : FilterExpressionData |
clones instance of this filter with cloning of all instances of contained atomic filters |
|
FltFlatGroupExprData ( ) : System |
|
|
FltFlatGroupExprData ( eAndOrJoin andOr ) : System |
|
|
GetFilter ( string fieldName ) : FltAtomExprData |
gets the filter for the given field name, if not existing creates a new not-active one with the default 'Contains' field operator |
|
Reset ( ) : void |
|
|
SetFieldFilter ( string fieldName, string value ) : void |
sets the field filter, if not exist, creates it, with default 'Contains' operator. If value is empty string or null or white space, deactivates the filter |
|
SetFieldFilterPropertyType ( string fieldName, PropertyType type ) : void |
|
|
ToString ( ) : string |
|
|
ToXml ( ) : System.Xml.Linq.XElement |
|
|