C# 클래스 Foretagsplatsen.Api.Entities.Accounts.KnownGroupDictionary

파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API 1 사용 예제들

공개 메소드들

메소드 설명
GetAllKnowGroupsKeyValuePair ( ) : IAccountGroup>>.IEnumerable
GetKnownGroup ( string key ) : IAccountGroup
KnownGroupDictionary ( ChartOfAccounts chartOfAccounts ) : System.Collections.Generic
SetKnownGroup ( string key, IAccountGroup value ) : void

메소드 상세

GetAllKnowGroupsKeyValuePair() 공개 메소드

public GetAllKnowGroupsKeyValuePair ( ) : IAccountGroup>>.IEnumerable
리턴 IAccountGroup>>.IEnumerable

GetKnownGroup() 공개 메소드

public GetKnownGroup ( string key ) : IAccountGroup
key string
리턴 IAccountGroup

KnownGroupDictionary() 공개 메소드

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

SetKnownGroup() 공개 메소드

public SetKnownGroup ( string key, IAccountGroup value ) : void
key string
value IAccountGroup
리턴 void