Méthode | Description | |
---|---|---|
GetPrefix ( string vocab, Localization loc ) : string |
Gets prefix for semantic vocabulary.
|
|
GetQualifiedTypeName ( string typeName, string vocab = null ) : string |
Gets a qualified (semantic) type name consisting of vocabulary ID and (local) type name.
|
|
GetQualifiedTypeName ( string typeName, string prefix, Localization localization ) : string |
Gets a qualified (semantic) type name consisting of vocabulary ID and (local) type name.
|
|
GetSchema ( string id, Localization loc ) : |
Gets a semantic schema by id.
|
|
GetVocabulary ( string prefix, Localization loc ) : string |
Gets semantic vocabulary by prefix.
|
public static GetPrefix ( string vocab, Localization loc ) : string | ||
vocab | string | Vocabulary name |
loc | Localization | The localization |
Résultat | string |
public static GetQualifiedTypeName ( string typeName, string vocab = null ) : string | ||
typeName | string | The (local) type name. |
vocab | string | The vocabulary ID or |
Résultat | string |
public static GetQualifiedTypeName ( string typeName, string prefix, Localization localization ) : string | ||
typeName | string | The (local) type name. |
prefix | string | The vocabulary prefix. |
localization | Localization | The context Localization. |
Résultat | string |
public static GetSchema ( string id, Localization loc ) : |
||
id | string | The schema ID |
loc | Localization | The localization |
Résultat |
public static GetVocabulary ( string prefix, Localization loc ) : string | ||
prefix | string | The prefix |
loc | Localization | The localization |
Résultat | string |