Filter.FieldOperator constructor (Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, Object[])
Instantiates a FieldOperator object for a custom field, with the field operation type, match type, custom field GUID, property type, and collection of operands.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
operation As Filter.FieldOperationType, _
matchType As Filter.MatchType, _
customFieldGuid As Guid, _
propertyType As Filter.PropertyTypeEnum, _
ParamArray operands As Object() _
)
'Usage
Dim operation As Filter.FieldOperationType
Dim matchType As Filter.MatchType
Dim customFieldGuid As Guid
Dim propertyType As Filter.PropertyTypeEnum
Dim operands As Object()
Dim instance As New Filter.FieldOperator(operation, _
matchType, customFieldGuid, propertyType, _
operands)
public FieldOperator(
Filter.FieldOperationType operation,
Filter.MatchType matchType,
Guid customFieldGuid,
Filter.PropertyTypeEnum propertyType,
params Object[] operands
)
Parameters
operation
Type: Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeThe operation type for the field operator.
matchType
Type: Microsoft.Office.Project.Server.Library.Filter.MatchTypeThe match type for the field operator.
customFieldGuid
Type: System.GuidThe GUID for the custom field.
propertyType
Type: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnumAn enumeration that specifies a type.
operands
Type: []A collection of operands for the field operator.