FilterBaseOBJECTTYPE Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public abstract class FilterBase<OBJECTTYPE> : FilterBase, IFilter<OBJECTTYPE>
The FilterBaseOBJECTTYPE type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterBaseOBJECTTYPE | 
| Name | Description | |
|---|---|---|
| SearchString | 
            Free text search string
              (Inherited from FilterBase.) | 
| Name | Description | |
|---|---|---|
| Fail | 
            Fail method returns the opposite of Pass
              | |
| Filter(IListOBJECTTYPE) | 
            Removes all failing objects.
              | |
| Filter(ListOBJECTTYPE) | 
            Removes all failing objects.
              | |
| Pass | 
            Method must compute wherer a object (item) passes the filter (this)
              | 
| Name | Description | |
|---|---|---|
| m_searchString | 
            Free text search string
              (Inherited from FilterBase.) | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |