C# Класс Pomona.Samples.MiscSnippets.CrazyConventions

Наследование: DefaultTypeMappingFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
CrazyConventions ( IEnumerable sourceTypes ) : System
GetPropertyMappedName ( Type type, PropertyInfo propertyInfo ) : string
GetResourceHandlers ( Type type ) : IEnumerable
PostOfTypeIsAllowed ( Type type ) : bool

Описание методов

CrazyConventions() публичный Метод

public CrazyConventions ( IEnumerable sourceTypes ) : System
sourceTypes IEnumerable
Результат System

GetPropertyMappedName() публичный Метод

public GetPropertyMappedName ( Type type, PropertyInfo propertyInfo ) : string
type System.Type
propertyInfo System.Reflection.PropertyInfo
Результат string

GetResourceHandlers() публичный Метод

public GetResourceHandlers ( Type type ) : IEnumerable
type System.Type
Результат IEnumerable

PostOfTypeIsAllowed() публичный Метод

public PostOfTypeIsAllowed ( Type type ) : bool
type System.Type
Результат bool