C# Class Breeze.PocoMetadata.NorthwindEntityDescriptor

EntityDescriptor for NorthwindIB data model
Inheritance: EntityDescriptor
Afficher le fichier Open project: Breeze/breeze.tooling Class Usage Examples

Méthodes publiques

Méthode Description
GetAutoGeneratedKeyType ( Type type ) : string
GetForeignKeyName ( Type type, PropertyInfo propertyInfo ) : string
Include ( Type type ) : bool
IsComplexType ( Type type ) : bool
IsKeyProperty ( Type type, PropertyInfo propertyInfo ) : bool

Method Details

GetAutoGeneratedKeyType() public méthode

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

GetForeignKeyName() public méthode

public GetForeignKeyName ( Type type, PropertyInfo propertyInfo ) : string
type System.Type
propertyInfo System.Reflection.PropertyInfo
Résultat string

Include() public méthode

public Include ( Type type ) : bool
type System.Type
Résultat bool

IsComplexType() public méthode

public IsComplexType ( Type type ) : bool
type System.Type
Résultat bool

IsKeyProperty() public méthode

public IsKeyProperty ( Type type, PropertyInfo propertyInfo ) : bool
type System.Type
propertyInfo System.Reflection.PropertyInfo
Résultat bool