C# Класс Sdl.Web.Common.Mapping.BaseModelBuilder

Показать файл Открыть проект

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