C# Class Signum.Engine.Maps.FieldPrimaryKey

Afficher le fichier Open project: signumsoftware/framework

Private Properties

Свойство Type Description
GetExpression System.Linq.Expressions.Expression
GetTables RelationInfo>>.IEnumerable
SetFullMListGetter void
TablesMList IEnumerable

Méthodes publiques

Méthode Description
Columns ( ) : IEnumerable
FieldPrimaryKey ( Type fieldType, Table table ) : System
GenerateIndexes ( ITable table ) : IEnumerable
ToString ( ) : string

Private Methods

Méthode 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 méthode

public Columns ( ) : IEnumerable
Résultat IEnumerable

FieldPrimaryKey() public méthode

public FieldPrimaryKey ( Type fieldType, Table table ) : System
fieldType System.Type
table Table
Résultat System

GenerateIndexes() public méthode

public GenerateIndexes ( ITable table ) : IEnumerable
table ITable
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string