EntitySearchService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the data that is needed to reuse an existing Entity Search definition in Unified Service Desk.
public ref class EntitySearchService : Microsoft::Uii::AifServices::AifServiceBase, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Interfaces::IEntitySearchService
public class EntitySearchService : Microsoft.Uii.AifServices.AifServiceBase, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Interfaces.IEntitySearchService
type EntitySearchService = class
inherit AifServiceBase
interface IEntitySearchService
Public Class EntitySearchService
Inherits AifServiceBase
Implements IEntitySearchService
- Inheritance
- Implements
Constructors
EntitySearchService() |
Initializes a new instance of the EntitySearchService class. |
Properties
CrmServiceClient |
Gets the Crm Service Client Instance. (Inherited from AifServiceBase) |
OrganizationServiceProxy |
Obsolete.
Gets the organization service proxy. (Inherited from AifServiceBase) |
Methods
GetEntitySearchResults(EntitySearchRequest, Action<EntitySearchResponse>) |
Returns the search results using an existing search definition in Unified Sevice Desk. |
GetEntitySearchResultsSync(EntitySearchRequest, Action<EntitySearchResponse>) | |
Log(Exception) |
Retrieves the log details using the specified exception object. |
Log(String) |
Retrieves the log details using the specified exception message. |
Log(String, TraceEventType) |
Retrieves the log details using the specified exception message and the type of event that caused the trace. |
Log(String, TraceEventType, Exception) |