C# Class Pomona.Samples.MiscSnippets.CrazyConventions

Inheritance: DefaultTypeMappingFilter
ファイルを表示 Open project: Pomona/Pomona

Public Methods

Method Description
CrazyConventions ( IEnumerable sourceTypes ) : System
GetPropertyMappedName ( Type type, PropertyInfo propertyInfo ) : string
GetResourceHandlers ( Type type ) : IEnumerable
PostOfTypeIsAllowed ( Type type ) : bool

Method Details

CrazyConventions() public method

public CrazyConventions ( IEnumerable sourceTypes ) : System
sourceTypes IEnumerable
return System

GetPropertyMappedName() public method

public GetPropertyMappedName ( Type type, PropertyInfo propertyInfo ) : string
type System.Type
propertyInfo System.Reflection.PropertyInfo
return string

GetResourceHandlers() public method

public GetResourceHandlers ( Type type ) : IEnumerable
type System.Type
return IEnumerable

PostOfTypeIsAllowed() public method

public PostOfTypeIsAllowed ( Type type ) : bool
type System.Type
return bool