C# Class Oddr.ODDRService

ODDR Implementation of IService.
Inheritance: IService
Afficher le fichier Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Protected Properties

Свойство Type Description
logger ILog

Méthodes publiques

Méthode Description
GetAPIVersion ( ) : string
GetDataVersion ( ) : string
GetPropertyValue ( IEvidence evdnc, IPropertyName pn ) : IPropertyValue
GetPropertyValue ( IEvidence evdnc, IPropertyRef pr ) : IPropertyValue
GetPropertyValue ( IEvidence evdnc, string localPropertyName ) : IPropertyValue
GetPropertyValue ( IEvidence evdnc, string localPropertyName, string localAspectName, string vocabularyIRI ) : IPropertyValue
GetPropertyValues ( IEvidence evdnc ) : IPropertyValues
GetPropertyValues ( IEvidence evdnc, IPropertyRef prs ) : IPropertyValues

GetPropertyValues ( IEvidence evdnc, string localAspectName ) : IPropertyValues
GetPropertyValues ( IEvidence evdnc, string localAspectName, string vocabularyIRI ) : IPropertyValues
Initialize ( string defaultVocabularyIRI, Properties prprts ) : void

Initialize method.

ListPropertyRefs ( ) : IPropertyRef[]
NewHTTPEvidence ( ) : IEvidence
NewHTTPEvidence ( string>.Dictionary map ) : IEvidence
NewPropertyName ( string localPropertyName ) : IPropertyName
NewPropertyName ( string localPropertyName, string vocabularyIRI ) : IPropertyName
NewPropertyRef ( IPropertyName pn ) : IPropertyRef
NewPropertyRef ( IPropertyName pn, string localAspectName ) : IPropertyRef
NewPropertyRef ( string localPropertyName ) : IPropertyRef

Method Details

GetAPIVersion() public méthode

public GetAPIVersion ( ) : string
Résultat string

GetDataVersion() public méthode

public GetDataVersion ( ) : string
Résultat string

GetPropertyValue() public méthode

Thrown when...
public GetPropertyValue ( IEvidence evdnc, IPropertyName pn ) : IPropertyValue
evdnc IEvidence
pn IPropertyName
Résultat IPropertyValue

GetPropertyValue() public méthode

Thrown when...
public GetPropertyValue ( IEvidence evdnc, IPropertyRef pr ) : IPropertyValue
evdnc IEvidence
pr IPropertyRef
Résultat IPropertyValue

GetPropertyValue() public méthode

Thrown when...
public GetPropertyValue ( IEvidence evdnc, string localPropertyName ) : IPropertyValue
evdnc IEvidence
localPropertyName string
Résultat IPropertyValue

GetPropertyValue() public méthode

Thrown when...
public GetPropertyValue ( IEvidence evdnc, string localPropertyName, string localAspectName, string vocabularyIRI ) : IPropertyValue
evdnc IEvidence
localPropertyName string
localAspectName string
vocabularyIRI string
Résultat IPropertyValue

GetPropertyValues() public méthode

public GetPropertyValues ( IEvidence evdnc ) : IPropertyValues
evdnc IEvidence
Résultat IPropertyValues

GetPropertyValues() public méthode

Thrown when...
public GetPropertyValues ( IEvidence evdnc, IPropertyRef prs ) : IPropertyValues
evdnc IEvidence
prs IPropertyRef
Résultat IPropertyValues

GetPropertyValues() public méthode

Thrown when...
public GetPropertyValues ( IEvidence evdnc, string localAspectName ) : IPropertyValues
evdnc IEvidence
localAspectName string
Résultat IPropertyValues

GetPropertyValues() public méthode

Thrown when...
public GetPropertyValues ( IEvidence evdnc, string localAspectName, string vocabularyIRI ) : IPropertyValues
evdnc IEvidence
localAspectName string
vocabularyIRI string
Résultat IPropertyValues

Initialize() public méthode

Initialize method.
public Initialize ( string defaultVocabularyIRI, Properties prprts ) : void
defaultVocabularyIRI string
prprts W3c.Ddr.Models.Properties
Résultat void

ListPropertyRefs() public méthode

public ListPropertyRefs ( ) : IPropertyRef[]
Résultat IPropertyRef[]

NewHTTPEvidence() public méthode

public NewHTTPEvidence ( ) : IEvidence
Résultat IEvidence

NewHTTPEvidence() public méthode

public NewHTTPEvidence ( string>.Dictionary map ) : IEvidence
map string>.Dictionary
Résultat IEvidence

NewPropertyName() public méthode

Thrown when...
public NewPropertyName ( string localPropertyName ) : IPropertyName
localPropertyName string
Résultat IPropertyName

NewPropertyName() public méthode

Thrown when...
public NewPropertyName ( string localPropertyName, string vocabularyIRI ) : IPropertyName
localPropertyName string
vocabularyIRI string
Résultat IPropertyName

NewPropertyRef() public méthode

Thrown when...
public NewPropertyRef ( IPropertyName pn ) : IPropertyRef
pn IPropertyName
Résultat IPropertyRef

NewPropertyRef() public méthode

Thrown when...
public NewPropertyRef ( IPropertyName pn, string localAspectName ) : IPropertyRef
pn IPropertyName
localAspectName string
Résultat IPropertyRef

NewPropertyRef() public méthode

Thrown when...
public NewPropertyRef ( string localPropertyName ) : IPropertyRef
localPropertyName string
Résultat IPropertyRef

Property Details

logger protected_oe static_oe property

protected static ILog logger
Résultat ILog