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

Exibir arquivo Open project: sdl/dxa-web-application-dotnet

Private Properties

Property Type Description

Protected Methods

Method 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 method

protected GetDefaultPropertySemantics ( PropertyInfo property, string defaultPrefix ) : SemanticProperty
property System.Reflection.PropertyInfo
defaultPrefix string
return SemanticProperty

GetEntitiesFromType() protected method

protected GetEntitiesFromType ( Type type ) : string>.Dictionary
type System.Type
return string>.Dictionary

GetEntityDataFromType() protected method

protected GetEntityDataFromType ( Type type ) : Dictionary>
type System.Type
return Dictionary>

LoadPropertySemantics() protected method

protected LoadPropertySemantics ( Type type ) : List>.Dictionary
type System.Type
return List>.Dictionary