C# 클래스 Foretagsplatsen.Api2.Entities.Accounts.ChartOfAccounts

A chart of accounts holds information on how accounts are grouped and classified.
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API 1 사용 예제들

Private Properties

프로퍼티 타입 설명
findChildById IChartOfAccountChild

공개 메소드들

메소드 설명
ChartOfAccounts ( ) : System.Collections.Generic
getChildById ( string childId ) : IChartOfAccountChild

비공개 메소드들

메소드 설명
findChildById ( IChartOfAccountChild group, string childId ) : IChartOfAccountChild

메소드 상세

ChartOfAccounts() 공개 메소드

public ChartOfAccounts ( ) : System.Collections.Generic
리턴 System.Collections.Generic

getChildById() 공개 메소드

public getChildById ( string childId ) : IChartOfAccountChild
childId string
리턴 IChartOfAccountChild