C# Class hMailServer.Repository.RelationalShared.CustomSimpleCrudResolver

Inheritance: SimpleCRUD.ITableNameResolver, SimpleCRUD.IColumnNameResolver
Exibir arquivo Open project: hmailserver/hmailserver-net Class Usage Examples

Public Methods

Method Description
CustomSimpleCrudResolver ( List mappings ) : System
ResolveColumnName ( PropertyInfo propertyInfo ) : string
ResolveTableName ( Type type ) : string

Method Details

CustomSimpleCrudResolver() public method

public CustomSimpleCrudResolver ( List mappings ) : System
mappings List
return System

ResolveColumnName() public method

public ResolveColumnName ( PropertyInfo propertyInfo ) : string
propertyInfo System.Reflection.PropertyInfo
return string

ResolveTableName() public method

public ResolveTableName ( Type type ) : string
type System.Type
return string