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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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