Filter.FieldOperationType Enumeration

Specifies the operation type for a filter field.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration FieldOperationType
'Usage
Dim instance As Filter.FieldOperationType
[SerializableAttribute]
public enum FieldOperationType

Members

Member name Description
Equal Value=0. Equals operation.
NotEqual Value=1. Is not equal to operation.
GreaterThan Value=2. Greater than operation.
LessThan Value=3. Less than operation.
GreaterThanEqual Value=4. Greater than or equal to operation.
LessThanEqual Value=5. Less than or equal to operation.
Within Value=6. Is within operation.
NotWithin Value=7. Is not within operation.
Like Value=8. Like operation.
NotLike Value=9. Is not like operation.
Contain Value=10. Contains operation.
NotContain Value=11. Does not contain operation.
IsNull Value=12. Is null operation.
IsNotNull Value=13. Is not null operation.

Remarks

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.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace

Other Resources

How to: Use a Filter Parameter with PSI Methods