C# Class Config.Dao.AccountRepository

ファイルを表示 Open project: TargetProcess/DevOpsTask

Public Methods

Method Description
All ( ) : IEnumerable
Get ( string hostName ) : Account

Private Methods

Method Description
GetAccountConfigFile ( string id ) : string
GetAccountConfigFileByHost ( string hostname ) : string
HostToId ( string name ) : string
ParseId ( string accountFile ) : string

Method Details

All() public method

public All ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( string hostName ) : Account
hostName string
return Config.Model.Account