C# Class Signum.Engine.Maps.FieldMixin

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

Public Properties

Property Type Description
MainEntityTable Table

Public Methods

Method Description
Columns ( ) : IEnumerable
FieldMixin ( Type fieldType, Table mainEntityTable ) : System
GenerateIndexes ( ITable table ) : IEnumerable
GetField ( MemberInfo member ) : Field
ToString ( ) : string
TryGetField ( MemberInfo value ) : Field

Private Methods

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

Method Details

Columns() public method

public Columns ( ) : IEnumerable
return IEnumerable

FieldMixin() public method

public FieldMixin ( Type fieldType, Table mainEntityTable ) : System
fieldType System.Type
mainEntityTable Table
return System

GenerateIndexes() public method

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

GetField() public method

public GetField ( MemberInfo member ) : Field
member System.Reflection.MemberInfo
return Field

ToString() public method

public ToString ( ) : string
return string

TryGetField() public method

public TryGetField ( MemberInfo value ) : Field
value System.Reflection.MemberInfo
return Field

Property Details

MainEntityTable public_oe property

public Table,Signum.Engine.Maps MainEntityTable
return Table