C# 클래스 NDG.DataAccessModels.Repositories.ServerRepository

상속: Repository, IServerRepository
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official 1 사용 예제들

공개 메소드들

메소드 설명
CreateServerByAddress ( string address ) : Server
GetAllServers ( ) : System.Collections.Generic.IEnumerable
GetServerByID ( int id ) : Server
TryGetServerByAddress ( string address ) : Server

메소드 상세

CreateServerByAddress() 공개 메소드

public CreateServerByAddress ( string address ) : Server
address string
리턴 Server

GetAllServers() 공개 메소드

public GetAllServers ( ) : System.Collections.Generic.IEnumerable
리턴 System.Collections.Generic.IEnumerable

GetServerByID() 공개 메소드

public GetServerByID ( int id ) : Server
id int
리턴 Server

TryGetServerByAddress() 공개 메소드

public TryGetServerByAddress ( string address ) : Server
address string
리턴 Server