C# Class Foretagsplatsen.Api.Entities.Accounts.KnownGroupDictionary

Afficher le fichier Open project: foretagsplatsen/Foretagsplatsen-DotNet-API Class Usage Examples

Méthodes publiques

Méthode Description
GetAllKnowGroupsKeyValuePair ( ) : IAccountGroup>>.IEnumerable
GetKnownGroup ( string key ) : IAccountGroup
KnownGroupDictionary ( ChartOfAccounts chartOfAccounts ) : System.Collections.Generic
SetKnownGroup ( string key, IAccountGroup value ) : void

Method Details

GetAllKnowGroupsKeyValuePair() public méthode

public GetAllKnowGroupsKeyValuePair ( ) : IAccountGroup>>.IEnumerable
Résultat IAccountGroup>>.IEnumerable

GetKnownGroup() public méthode

public GetKnownGroup ( string key ) : IAccountGroup
key string
Résultat IAccountGroup

KnownGroupDictionary() public méthode

public KnownGroupDictionary ( ChartOfAccounts chartOfAccounts ) : System.Collections.Generic
chartOfAccounts ChartOfAccounts
Résultat System.Collections.Generic

SetKnownGroup() public méthode

public SetKnownGroup ( string key, IAccountGroup value ) : void
key string
value IAccountGroup
Résultat void