C# Class SIPSorcery.Entities.CustomerDataLayer

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat Customer

GetForName() public méthode

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.
Résultat Customer