FilterDescriptorStruct Constructor (UInt32, String, Boolean, Int32, String, FilterType, UInt32, Guid)
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
id As UInteger, _
name As String, _
isCached As Boolean, _
version As Integer, _
filterField As String, _
filterType As FilterType, _
methodId As UInteger, _
partitionId As Guid _
)
'Usage
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim filterField As String
Dim filterType As FilterType
Dim methodId As UInteger
Dim partitionId As Guid
Dim instance As New FilterDescriptorStruct(id, name, _
isCached, version, filterField, filterType, _
methodId, partitionId)
public FilterDescriptorStruct(
uint id,
string name,
bool isCached,
int version,
string filterField,
FilterType filterType,
uint methodId,
Guid partitionId
)
Parameters
id
Type: System.UInt32The FilterDescriptor identifier (ID).
name
Type: System.StringThe FilterDescriptor name.
isCached
Type: System.Booleantrue to be cached; otherwise, false.
- version
Type: System.Int32
filterField
Type: System.StringThe filter field.
filterType
Type: Microsoft.BusinessData.MetadataModel.FilterTypeThe filter type.
methodId
Type: System.UInt32The method ID.
partitionId
Type: System.GuidThe partition ID.
See Also
Reference
FilterDescriptorStruct Members