SearchResultEventArgs Constructors
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.
Overloads
SearchResultEventArgs() |
Initializes a new instance of the SearchResultEventArgs class. |
SearchResultEventArgs(CustomerEntity, Boolean) |
Initializes a new instance of the SearchResultEventArgs class. |
SearchResultEventArgs(CustomerEntity, Boolean, Guid) |
Initializes a new instance of the SearchResultEventArgs class. |
SearchResultEventArgs()
Initializes a new instance of the SearchResultEventArgs class.
public:
SearchResultEventArgs();
public SearchResultEventArgs ();
Public Sub New ()
Applies to
SearchResultEventArgs(CustomerEntity, Boolean)
Initializes a new instance of the SearchResultEventArgs class.
public:
SearchResultEventArgs(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer, bool isNewCustomer);
public SearchResultEventArgs (Microsoft.Uii.Desktop.Core.CustomerEntity customer, bool isNewCustomer);
new Microsoft.Uii.Desktop.Core.SearchResultEventArgs : Microsoft.Uii.Desktop.Core.CustomerEntity * bool -> Microsoft.Uii.Desktop.Core.SearchResultEventArgs
Public Sub New (customer As CustomerEntity, isNewCustomer As Boolean)
Parameters
- customer
- CustomerEntity
Specifies the customer record
- isNewCustomer
- Boolean
True
if the customer is new, otherwise false
.
Applies to
SearchResultEventArgs(CustomerEntity, Boolean, Guid)
Initializes a new instance of the SearchResultEventArgs class.
public:
SearchResultEventArgs(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer, bool isNewCustomer, Guid ctiCallRefId);
public SearchResultEventArgs (Microsoft.Uii.Desktop.Core.CustomerEntity customer, bool isNewCustomer, Guid ctiCallRefId);
new Microsoft.Uii.Desktop.Core.SearchResultEventArgs : Microsoft.Uii.Desktop.Core.CustomerEntity * bool * Guid -> Microsoft.Uii.Desktop.Core.SearchResultEventArgs
Public Sub New (customer As CustomerEntity, isNewCustomer As Boolean, ctiCallRefId As Guid)
Parameters
- customer
- CustomerEntity
Specifies the customer record
- isNewCustomer
- Boolean
True
if the customer is new, otherwise false
.
- ctiCallRefId
- Guid
Specifies the call reference ID that this customer search is assoicated with.