C# 클래스 Oddr.ODDRVocabularyService

The ODDRVocabularyService class is used by ODDRService at initialization time in order to parse the vocabularies xml files and to instantiate the vocabularyHolder.
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( Properties props ) : void

Initialization funcion. It is called by ODDRService at initialization time in order to populate vocabulary holder.

비공개 메소드들

메소드 설명
ParseVocabularyFromPath ( String prop, String path ) : VocabularyParser

Parse a vocabulary from a specified path.

ParseVocabularyFromStream ( String prop, Stream inputStream ) : VocabularyParser

Parse a vocabulary from a specified input stream.

메소드 상세

Initialize() 공개 메소드

Initialization funcion. It is called by ODDRService at initialization time in order to populate vocabulary holder.
Throws when...
public Initialize ( Properties props ) : void
props W3c.Ddr.Models.Properties Properties object holding the configuration properties.
리턴 void