Filter.FieldOperator Class
The operator for a field, as defined by the operation type, match type, and field definition.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.Office.Project.Server.Library.Filter.FieldOperator
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
Public Class FieldOperator _
Implements Filter.IOperator
'Usage
Dim instance As Filter.FieldOperator
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class FieldOperator : Filter.IOperator
Remarks
The nominal values in this class are unsigned types, which make them unavailable for CLS use.
The FieldOperator class implements the Filter.IOperator interface. For an example of the use of the FieldOperator class, see the EnsureEnterpriseResource method in ReadResource.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.