C# 클래스 Config.Dao.AccountRepository

파일 보기 프로젝트 열기: TargetProcess/DevOpsTask

공개 메소드들

메소드 설명
All ( ) : IEnumerable
Get ( string hostName ) : Account

비공개 메소드들

메소드 설명
GetAccountConfigFile ( string id ) : string
GetAccountConfigFileByHost ( string hostname ) : string
HostToId ( string name ) : string
ParseId ( string accountFile ) : string

메소드 상세

All() 공개 메소드

public All ( ) : IEnumerable
리턴 IEnumerable

Get() 공개 메소드

public Get ( string hostName ) : Account
hostName string
리턴 Config.Model.Account