C# 클래스 Sdl.Web.Common.Mapping.BaseModelBuilder

파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
GetDefaultPropertySemantics ( PropertyInfo property, string defaultPrefix ) : SemanticProperty
GetEntitiesFromType ( Type type ) : string>.Dictionary
GetEntityDataFromType ( Type type ) : Dictionary>
LoadPropertySemantics ( Type type ) : List>.Dictionary

메소드 상세

GetDefaultPropertySemantics() 보호된 메소드

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

GetEntitiesFromType() 보호된 메소드

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

GetEntityDataFromType() 보호된 메소드

protected GetEntityDataFromType ( Type type ) : Dictionary>
type System.Type
리턴 Dictionary>

LoadPropertySemantics() 보호된 메소드

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