C# Class Oddr.Vocabularies.VocabularyHolder

Exibir arquivo Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Public Methods

Method Description
ExistProperty ( String propertyName, String aspect, String vocabularyIRI ) : VocabularyProperty
ExistProperty ( String propertyName, String aspect, String vocabularyIRI, bool throwsException ) : VocabularyProperty
ExistVocabulary ( String vocabularyIRI ) : void
GetVocabularies ( ) : Vocabulary>.Dictionary
VocabularyHolder ( Vocabulary>.Dictionary vocabularies ) : System

Method Details

ExistProperty() public method

public ExistProperty ( String propertyName, String aspect, String vocabularyIRI ) : VocabularyProperty
propertyName String
aspect String
vocabularyIRI String
return Oddr.Models.Vocabularies.VocabularyProperty

ExistProperty() public method

Thrown when an aspect or property or vocabulary is not recognized
public ExistProperty ( String propertyName, String aspect, String vocabularyIRI, bool throwsException ) : VocabularyProperty
propertyName String
aspect String
vocabularyIRI String
throwsException bool
return Oddr.Models.Vocabularies.VocabularyProperty

ExistVocabulary() public method

Thrown when...
public ExistVocabulary ( String vocabularyIRI ) : void
vocabularyIRI String
return void

GetVocabularies() public method

public GetVocabularies ( ) : Vocabulary>.Dictionary
return Vocabulary>.Dictionary

VocabularyHolder() public method

public VocabularyHolder ( Vocabulary>.Dictionary vocabularies ) : System
vocabularies Vocabulary>.Dictionary
return System