Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the enumeration that identifies the type of the filter descriptor.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration FilterType
'Usage
Dim instance As FilterType
[DataContractAttribute]
public enum FilterType
Members
Member name | Description | |
---|---|---|
Comparison | The external system uses the value of this filter to limit the returned items to the result of a comparison (=1). | |
LastId | The value of the filter that will be used to identify the last item obtained by the caller in an enumeration (=3). | |
Limit | The external system uses the value of this filter to limit the returned items (=4). | |
PageNumber | The value of the filter that will be used to specify the number of the page that is requested (=5). | |
Password | The value of the filter that will be used to pass SSO password (=6). | |
SsoTicket | The value of the filter that will be used to pass SSO ticket (=8). | |
Timestamp | The value of the filter that will be used to send time information (=9). | |
UserContext | The value of the filter that will be used to pass identity of the current user (=10). | |
Username | The value of the filter that will be used to send a single sign-on (SSO) username (=11). | |
UserProfile | The value of the filter that will be used to send a Property from the user's profile. | |
Wildcard | The external system uses the value of this filter to limit the returned items to the result of a comparison based on a wildcarded string (=13). | |
Input | The value of the filter that will be sent to external system. The semantics in which the value will be used by the external system are unknown (=14). | |
Output | The value of this filter that will represent a result returned by the external system after execution. The semantics of this value are unknown (=15). | |
InputOutput | The value of this filter is sent to external system and the value will represent a result returned by the external system after execution. The semantics of this value are unknown (=16). | |
Batching | The value of the filter that will be used to set and get anchor values when the external system supports batching (=17). | |
BatchingTermination | The value of the filter that will be used to identify when there is no more data in a batching function (=18). | |
UserCulture | The value of the filter that will be used to send callers locale to the external system (=19). | |
ActivityId | The value of the filter that will be used to send a unique identifier for the operation to the external system. |