Filter.FieldOperationType Enumeration (Microsoft.Office.Project.Server.Library)
Office 2007
Specifies the operation type for a filter.
This enumeration is not CLS-compliant.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in microsoft.office.project.server.library.dll)
Assembly: Microsoft.Office.Project.Server.Library (in microsoft.office.project.server.library.dll)
| Member name | Description | |
|---|---|---|
| Contain | Value=10. Contains operation. | |
| Equal | Value=0. Equals operation. | |
| GreaterThan | Value=2. Greater than operation. | |
| GreaterThanEqual | Value=4. Greater than or equal to operation. | |
| IsNotNull | Value=13. Is not null operation. | |
| IsNull | Value=12. Is null operation. | |
| LessThan | Value=3. Less than operation. | |
| LessThanEqual | Value=5. Less than or equal to operation. | |
| Like | Value=8. Like operation. | |
| NotContain | Value=11. Does not contain operation. | |
| NotEqual | Value=1. Is not equal to operation. | |
| NotLike | Value=9. Is not like operation. | |
| NotWithin | Value=7. Is not within operation. | |
| Within | Value=6. Is within operation. |
For more information, see How to: Use a Filter Parameter with PSI Methods.
Note: |
|---|
|
The Microsoft.Office.Project.Server.Library.FilterSchema namespace also includes the FieldOperationType type. |
Note: