C# Class Sdl.Web.Common.Mapping.BaseModelBuilder

Afficher le fichier Open project: sdl/dxa-web-application-dotnet

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
GetDefaultPropertySemantics ( PropertyInfo property, string defaultPrefix ) : SemanticProperty
GetEntitiesFromType ( Type type ) : string>.Dictionary
GetEntityDataFromType ( Type type ) : Dictionary>
LoadPropertySemantics ( Type type ) : List>.Dictionary

Method Details

GetDefaultPropertySemantics() protected méthode

protected GetDefaultPropertySemantics ( PropertyInfo property, string defaultPrefix ) : SemanticProperty
property System.Reflection.PropertyInfo
defaultPrefix string
Résultat SemanticProperty

GetEntitiesFromType() protected méthode

protected GetEntitiesFromType ( Type type ) : string>.Dictionary
type System.Type
Résultat string>.Dictionary

GetEntityDataFromType() protected méthode

protected GetEntityDataFromType ( Type type ) : Dictionary>
type System.Type
Résultat Dictionary>

LoadPropertySemantics() protected méthode

protected LoadPropertySemantics ( Type type ) : List>.Dictionary
type System.Type
Résultat List>.Dictionary