C# 클래스 Pomona.Samples.MiscSnippets.CrazyConventions

상속: DefaultTypeMappingFilter
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
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