C# Class Signum.Engine.Maps.Field

显示文件 Open project: signumsoftware/framework Class Usage Examples

Public Methods

Method Description
Columns ( ) : IEnumerable
Field ( Type fieldType ) : System
GenerateIndexes ( ITable table ) : IEnumerable
GenerateUniqueIndex ( ITable table, UniqueIndexAttribute attribute ) : UniqueIndex

Private Methods

Method Description
GetExpression ( Alias tableAlias, QueryBinder binder, Expression id ) : Expression
GetTables ( ) : RelationInfo>>.IEnumerable
SetFullMListGetter ( PropertyRoute route, object>.Func getter ) : void
TablesMList ( ) : IEnumerable

Method Details

Columns() public abstract method

public abstract Columns ( ) : IEnumerable
return IEnumerable

Field() public method

public Field ( Type fieldType ) : System
fieldType System.Type
return System

GenerateIndexes() public method

public GenerateIndexes ( ITable table ) : IEnumerable
table ITable
return IEnumerable

GenerateUniqueIndex() public method

public GenerateUniqueIndex ( ITable table, UniqueIndexAttribute attribute ) : UniqueIndex
table ITable
attribute UniqueIndexAttribute
return UniqueIndex