Click or drag to resize
QuickSearchResult Class
Represents result of the quick search provided by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesQuickSearchResult

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class QuickSearchResult : WebCrmResult

The QuickSearchResult type exposes the following members.

Constructors
  NameDescription
Public methodQuickSearchResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyActivities
Gets or sets the list of activities for the organisation with not completed activity status and with current user as activity responsible.
Public propertyMeetings
Gets or sets the list of meetings (events) from today’s date and forward for the current organisation with the current user as meeting responsible .
Public propertyOpportunities
Gets or sets the list of opportunities and deliveries for the organisation with current user as: opportunity 1st or opportunity 2nd responsible or oelivery responsible, and with not completed delivery status.
Public propertyOrganisationAlertText
Gets or sets the alert text of the organisation.
Public propertyOrganisationDivisionName
Gets or sets the division name of the organisation.
Public propertyOrganisationFullAddress
Gets or sets the full address of the organisation.
Public propertyOrganisationName
Gets or sets the organisation name.
Public propertyOrganisationTelephone
Gets or sets the telephone number of the organisation.
Public propertyPersonFullName
Gets or sets the full name of the person .
Public propertyPersonMobileNumber
Gets or sets the mobile number of the person.
Public propertyPersonSalutation
Gets or sets the person salutation.
Public propertyPersonTelephone
Gets or sets the telephone number of the person.
Public propertyPersonTitle
Gets or sets the person title.
Public propertySupportCases
Gets or sets the list of support cases for the organisation with not closed support case status and with current user as support case responsible.
Top
See Also