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

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

Private Properties

Свойство Type Description
findChildById IChartOfAccountChild

Méthodes publiques

Méthode Description
ChartOfAccounts ( ) : System.Collections.Generic
getChildById ( string childId ) : IChartOfAccountChild

Private Methods

Méthode Description
findChildById ( IChartOfAccountChild group, string childId ) : IChartOfAccountChild

Method Details

ChartOfAccounts() public méthode

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

getChildById() public méthode

public getChildById ( string childId ) : IChartOfAccountChild
childId string
Résultat IChartOfAccountChild