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

ファイルを表示 Open project: foretagsplatsen/Foretagsplatsen-DotNet-API Class Usage Examples

Public Methods

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

Method Details

GetAllKnowGroupsKeyValuePair() public method

public GetAllKnowGroupsKeyValuePair ( ) : IAccountGroup>>.IEnumerable
return IAccountGroup>>.IEnumerable

GetKnownGroup() public method

public GetKnownGroup ( string key ) : IAccountGroup
key string
return IAccountGroup

KnownGroupDictionary() public method

public KnownGroupDictionary ( ChartOfAccounts chartOfAccounts ) : System.Collections.Generic
chartOfAccounts ChartOfAccounts
return System.Collections.Generic

SetKnownGroup() public method

public SetKnownGroup ( string key, IAccountGroup value ) : void
key string
value IAccountGroup
return void