C# 클래스 Oddr.Vocabularies.VocabularyHolder

파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ExistProperty() 공개 메소드

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

ExistProperty() 공개 메소드

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
리턴 Oddr.Models.Vocabularies.VocabularyProperty

ExistVocabulary() 공개 메소드

Thrown when...
public ExistVocabulary ( String vocabularyIRI ) : void
vocabularyIRI String
리턴 void

GetVocabularies() 공개 메소드

public GetVocabularies ( ) : Vocabulary>.Dictionary
리턴 Vocabulary>.Dictionary

VocabularyHolder() 공개 메소드

public VocabularyHolder ( Vocabulary>.Dictionary vocabularies ) : System
vocabularies Vocabulary>.Dictionary
리턴 System