Méthode | Description | |
---|---|---|
FindFieldBySemantics ( |
Find SemanticSchemaField with given semantics.
|
|
GetEntityNames ( ) : string>.ILookup |
Get the Schema's semantic entity/types names grouped per semantic vocabulary. Using ILookup{TKey,TElement} rather than a Dictionary{TKey,TValue} because it will allow for duplicate keys. |
|
GetModelTypeFromSemanticMapping ( |
Determine a Model Type based on semantic mappings (and a given base model type). This method makes it possible (for example) to let the Teaser.Media property get an instance of Image rather than just MediaItem (the type of the View Model property). |
|
GetSemanticTypeNames ( ) : string[] |
Gets semantic type names (qualified with Vocabulary ID) for the Schema.
|
|
Initialize ( Sdl.Web.Common.Configuration.Localization localization ) : void |
Initializes an existing instance.
|
|
ToString ( ) : string |
Provides a string representation of the object.
|
public FindFieldBySemantics ( |
||
fieldSemantics | The semantics to check against | |
Résultat | Sdl.Web.Common.Mapping.SemanticSchemaField |
public GetEntityNames ( ) : string>.ILookup |
||
Résultat | string>.ILookup |
public GetModelTypeFromSemanticMapping ( |
||
baseModelType | The base type as obtained from the View Model. | |
Résultat |
public Initialize ( Sdl.Web.Common.Configuration.Localization localization ) : void | ||
localization | Sdl.Web.Common.Configuration.Localization | The context Localization. |
Résultat | void |