C# Class 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.
Mostrar archivo Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Public Methods

Method Description
Initialize ( Properties props ) : void

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

Private Methods

Method Description
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.

Method Details

Initialize() public method

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.
return void