C# Class hMailServer.Repository.RelationalShared.CustomSimpleCrudResolver

Inheritance: SimpleCRUD.ITableNameResolver, SimpleCRUD.IColumnNameResolver
Afficher le fichier Open project: hmailserver/hmailserver-net Class Usage Examples

Méthodes publiques

Méthode Description
CustomSimpleCrudResolver ( List mappings ) : System
ResolveColumnName ( PropertyInfo propertyInfo ) : string
ResolveTableName ( Type type ) : string

Method Details

CustomSimpleCrudResolver() public méthode

public CustomSimpleCrudResolver ( List mappings ) : System
mappings List
Résultat System

ResolveColumnName() public méthode

public ResolveColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo
Résultat string

ResolveTableName() public méthode

public ResolveTableName ( Type type ) : string
type System.Type
Résultat string