The TrackerSearch type exposes the following members.

Constructors

  NameDescription
Public methodTrackerSearch
Initializes a new instance of the TrackerSearch class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResolveInteraction
Associates reverse whitepages information with an Interaction.
Public methodResolveInteractionAsync
Asynchronously associates reverse whitepages information with an Interaction.
Public methodReverseInteractionAddressLookup
Performs a reverse interaction address lookup.
Public methodReverseInteractionAddressLookupAsync
Asynchronously performs a reverse interaction address lookup.
Public methodSearchForResolutionCandidates
Searches the Tracker database for Individuals that are resolution candidates.
Public methodSearchForResolutionCandidatesAsync
Asynchronously searches the Tracker database for Individuals that are resolution candidates.
Public methodSearchIndividuals
Searches the Tracker database for Individuals using the specified filter criteria.
Public methodSearchIndividualsAsync
Asynchronously searches the Tracker database for Individuals using the specified filter criteria.
Public methodSearchInteractions
Searches the Tracker database for interactions that match the filter criteria.
Public methodSearchInteractionsAsync
Asynchronously searches the Tracker database for interactions that match the filter criteria.
Public methodSearchLocations
Searches the Tracker database for Locations that match the filter criteria.
Public methodSearchLocationsAsync
Asynchronously searches the Tracker database for Locations that match the filter criteria.
Public methodSearchOrganizations
Searches the Tracker database for Organizations that match the filter criteria.
Public methodSearchOrganizationsAsync
Asynchronously searches the Tracker database for Organizations that match the filter criteria.
Public methodStatic memberToDirectionType
Converts a long value to a direction type.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyTransactionClient
Gets the TransactionClient.

See Also