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

Show file Open project: foretagsplatsen/Foretagsplatsen-DotNet-API Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KnownGroupDictionary ( ChartOfAccounts chartOfAccounts ) : System.Collections.Generic
getAllKnowGroupsKeyValuePair ( ) : IAccountGroup>>.IEnumerable
getKnownGroup ( string key ) : IAccountGroup
setKnownGroup ( string key, IAccountGroup value ) : void

Method Details

KnownGroupDictionary() public method

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

getAllKnowGroupsKeyValuePair() public method

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

getKnownGroup() public method

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

setKnownGroup() public method

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