C# 클래스 SIPSorcery.Entities.CustomerDataLayer

파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
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