EntitySearchService Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Contains the data that is needed to reuse an existing Entity Search definition in Unified Service Desk.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.EntitySearch
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Inheritance Hierarchy
System.Object
Microsoft.Uii.AifServices.AifServiceBase
Microsoft.Crm.UnifiedServiceDesk.Dynamics.EntitySearch.EntitySearchService
Syntax
public class EntitySearchService : AifServiceBase, IEntitySearchService
Public Class EntitySearchService
Inherits AifServiceBase
Implements IEntitySearchService
Constructors
Name | Description | |
---|---|---|
EntitySearchService() | Initializes a new instance of the EntitySearchService class. |
Properties
Name | Description | |
---|---|---|
CrmServiceClient | Gets the Crm Service Client Instance.(Inherited from AifServiceBase.) |
|
OrganizationServiceProxy | Obsolete. Gets the organization service proxy.(Inherited from AifServiceBase.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEntitySearchResults(EntitySearchRequest, Action<EntitySearchResponse>) | Returns the search results using an existing search definition in Unified Sevice Desk. |
|
GetEntitySearchResultsSync(EntitySearchRequest, Action<EntitySearchResponse>) | ||
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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. |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.UnifiedServiceDesk.Dynamics.EntitySearch Namespace
Reuse Entity Search definition in your custom code
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright