C# Class Config.Dao.AccountRepository

Afficher le fichier Open project: TargetProcess/DevOpsTask

Méthodes publiques

Méthode Description
All ( ) : IEnumerable
Get ( string hostName ) : Account

Private Methods

Méthode Description
GetAccountConfigFile ( string id ) : string
GetAccountConfigFileByHost ( string hostname ) : string
HostToId ( string name ) : string
ParseId ( string accountFile ) : string

Method Details

All() public méthode

public All ( ) : IEnumerable
Résultat IEnumerable

Get() public méthode

public Get ( string hostName ) : Account
hostName string
Résultat Config.Model.Account