CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationGetByWebLoginT(String) Method
Retrieves a single customer by their web login.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public T GetByWebLogin<T>(
string webLogin
)
where T : new()
Public Function GetByWebLogin(Of T As New) (
webLogin As String
) As T
public:
generic<typename T>
where T : gcnew()
virtual T GetByWebLogin(
String^ webLogin
) sealed
abstract GetByWebLogin :
webLogin : string -> 'T when 'T : new()
override GetByWebLogin :
webLogin : string -> 'T when 'T : new()
- webLogin String
- The web login used for lookup. Must be unique.
- T
TThe requested customer