C# Class SIPSorcery.Entities.CustomerDataLayer

Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
GetForFTPPrefix ( string ftpPrefix ) : Customer

Attempts to retrieve a customer record based on the FTP prefix.

GetForName ( string name ) : Customer

Retrieves the customer record that matches the specified name (name in this the username).

Method Details

GetForFTPPrefix() public method

Attempts to retrieve a customer record based on the FTP prefix.
public GetForFTPPrefix ( string ftpPrefix ) : Customer
ftpPrefix string The FTP prefix to retrieve the customer for.
return Customer

GetForName() public method

Retrieves the customer record that matches the specified name (name in this the username).
public GetForName ( string name ) : Customer
name string THe name of the customer to try and retrieve.
return Customer