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

A chart of accounts holds information on how accounts are grouped and classified.
Show file Open project: foretagsplatsen/Foretagsplatsen-DotNet-API Class Usage Examples

Private Properties

Property Type Description
findChildById IChartOfAccountChild

Public Methods

Method Description
ChartOfAccounts ( ) : System.Collections.Generic
getChildById ( string childId ) : IChartOfAccountChild

Private Methods

Method Description
findChildById ( IChartOfAccountChild group, string childId ) : IChartOfAccountChild

Method Details

ChartOfAccounts() public method

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

getChildById() public method

public getChildById ( string childId ) : IChartOfAccountChild
childId string
return IChartOfAccountChild