2.2.4.34 FilterDescriptorStruct

Namespace: Microsoft.SharePoint.BusinessData

The FilterDescriptorStruct complex type contains information about a FilterDescriptor.

 <xs:complexType name="FilterDescriptorStruct" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="q8:MetadataObjectStruct">
       <xs:sequence>
         <xs:element minOccurs="0" name="filterField" nillable="true" type="xs:string"/>
         <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.MetadataModel" minOccurs="0" name="filterType" type="tns1:FilterType"/>
         <xs:element minOccurs="0" name="methodId" type="xs:unsignedInt"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

filterField: The field affected by the FilterDescriptor. The value MUST be a path as specified in [MS-BDCMFFS] section 2.1.3.17.

filterType: The FilterType (section 2.2.5.5) of a FilterDescriptor.

methodId: The MetadataObjectId of the Method that contains the FilterDescriptor.