Filter.FieldOperator-Konstruktor (Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, Object[])
Instanziiert ein FieldOperator -Objekt für ein benutzerdefiniertes Feld, mit dem Vorgang Feldtyp Übereinstimmungstyp, GUID des benutzerdefinierten Felds, Eigenschaftentyp und Auflistung von Operanden.
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
)
Parameter
operation
Typ: Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeDer Typ der Operation für den Operator dar.
matchType
Typ: Microsoft.Office.Project.Server.Library.Filter.MatchTypeDer Übereinstimmungstyp für den Operator dar.
customFieldGuid
Typ: System.GuidDie GUID für das benutzerdefinierte Feld.
propertyType
Typ: Microsoft.Office.Project.Server.Library.Filter.PropertyTypeEnumEine Enumeration, die einen Typ angibt.
operands
Typ: []Eine Auflistung von Operanden für den Operator dar.