ICustomerSearch.DoSearch Method
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
DoSearch(CustomerEntity) |
Executes a search command, where the data is an initialized class. |
DoSearch(String) |
Executes a search command, where the data is of type string. |
DoSearch(CustomerEntity)
Executes a search command, where the data is an initialized class.
public:
void DoSearch(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer);
public void DoSearch (Microsoft.Uii.Desktop.Core.CustomerEntity customer);
abstract member DoSearch : Microsoft.Uii.Desktop.Core.CustomerEntity -> unit
Public Sub DoSearch (customer As CustomerEntity)
Parameters
- customer
- CustomerEntity
Specifies the populated customer object.
Applies to
DoSearch(String)
Executes a search command, where the data is of type string.
public:
void DoSearch(System::String ^ data);
public void DoSearch (string data);
abstract member DoSearch : string -> unit
Public Sub DoSearch (data As String)
Parameters
- data
- String
Specifies the search paramaters