C# Class Pomona.Samples.MiscSnippets.CrazyConventions

Inheritance: DefaultTypeMappingFilter
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

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

Method Details

CrazyConventions() public méthode

public CrazyConventions ( IEnumerable sourceTypes ) : System
sourceTypes IEnumerable
Résultat System

GetPropertyMappedName() public méthode

public GetPropertyMappedName ( Type type, PropertyInfo propertyInfo ) : string
type System.Type
propertyInfo System.Reflection.PropertyInfo
Résultat string

GetResourceHandlers() public méthode

public GetResourceHandlers ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

PostOfTypeIsAllowed() public méthode

public PostOfTypeIsAllowed ( Type type ) : bool
type System.Type
Résultat bool