C# 클래스 Breeze.PocoMetadata.NorthwindEntityDescriptor

EntityDescriptor for NorthwindIB data model
상속: EntityDescriptor
파일 보기 프로젝트 열기: Breeze/breeze.tooling 1 사용 예제들

공개 메소드들

메소드 설명
GetAutoGeneratedKeyType ( Type type ) : string
GetForeignKeyName ( Type type, PropertyInfo propertyInfo ) : string
Include ( Type type ) : bool
IsComplexType ( Type type ) : bool
IsKeyProperty ( Type type, PropertyInfo propertyInfo ) : bool

메소드 상세

GetAutoGeneratedKeyType() 공개 메소드

public GetAutoGeneratedKeyType ( Type type ) : string
type System.Type
리턴 string

GetForeignKeyName() 공개 메소드

public GetForeignKeyName ( Type type, PropertyInfo propertyInfo ) : string
type System.Type
propertyInfo System.Reflection.PropertyInfo
리턴 string

Include() 공개 메소드

public Include ( Type type ) : bool
type System.Type
리턴 bool

IsComplexType() 공개 메소드

public IsComplexType ( Type type ) : bool
type System.Type
리턴 bool

IsKeyProperty() 공개 메소드

public IsKeyProperty ( Type type, PropertyInfo propertyInfo ) : bool
type System.Type
propertyInfo System.Reflection.PropertyInfo
리턴 bool