Click or drag to resize
ICustomerIdentificationPluginIdentify Method

[This is preliminary documentation and is subject to change.]

Indentifies a customer

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
Nullable<long> Identify(
	string customerData,
	IAddress address
)

Parameters

customerData
Type: SystemString

[Missing <param name="customerData"/> documentation for "M:Netadmin.Management.Order.ICustomerIdentificationPlugin.Identify(System.String,Netadmin.Management.Address.Dto.IAddress)"]

address
Type: Netadmin.Management.Address.DtoIAddress

[Missing <param name="address"/> documentation for "M:Netadmin.Management.Order.ICustomerIdentificationPlugin.Identify(System.String,Netadmin.Management.Address.Dto.IAddress)"]

Return Value

Type: NullableInt64
If a customer is identified, the identifier for that customer is returned. Otherwise null is returned
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if customerData or address is null
FormatExceptionThrown if customerData has invalid formatting
See Also