IAFSearch(T) Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The IAFSearchT generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| FindObjectFields(String, Int32, Int32) |
This method will return the values as an IList for the specified fields for each of the objects
that match the search tokens.
| |
| FindObjectFieldsTObject(Int32, Int32) |
This method will return the values for the fields defined by the user-defined type for each of the objects
that match the search tokens.
| |
| FindObjectFieldsTObject(String, FuncIListObject, TObject, Int32, Int32) |
This method will return the values as an object for the specified fields for each of the objects
that match the search tokens using the supplied factory delegate.
| |
| FindObjectIds |
This method will return a list of the ID for each object that matches the
search tokens.
| |
| FindObjects |
This method will return the objects that match the search tokens.
| |
| GetTotalCount |
Returns the total count of the items that could be returned from the search query.
| |
| IsMatch |
Determines if the specified object matches the search query.
| |
| Refresh |
Refreshes the search that is cached in the server.
| |
| TryFindSearchToken |
Find the AFSearchToken associated with the specified AFSearchFilter.
| |
| TryFindSearchTokens |
Find the AFSearchToken list associated with the specified AFSearchFilter.
|