C# Класс SIPSorcery.Entities.CustomerDataLayer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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).

Описание методов

GetForFTPPrefix() публичный Метод

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.
Результат Customer

GetForName() публичный Метод

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.
Результат Customer