C# 클래스 Signum.Entities.EntityKindCache

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
GetAttribute ( Type type ) : EntityKindAttribute
GetEntityData ( Type type ) : EntityData
GetEntityKind ( Type type ) : EntityKind
IsLowPopulation ( Type type ) : bool
Override ( Type type, EntityKindAttribute attr ) : void
RequiresSaveOperation ( Type type ) : bool
TryGetAttribute ( Type type ) : EntityKindAttribute

메소드 상세

GetAttribute() 공개 정적인 메소드

public static GetAttribute ( Type type ) : EntityKindAttribute
type System.Type
리턴 EntityKindAttribute

GetEntityData() 공개 정적인 메소드

public static GetEntityData ( Type type ) : EntityData
type System.Type
리턴 EntityData

GetEntityKind() 공개 정적인 메소드

public static GetEntityKind ( Type type ) : EntityKind
type System.Type
리턴 EntityKind

IsLowPopulation() 공개 정적인 메소드

public static IsLowPopulation ( Type type ) : bool
type System.Type
리턴 bool

Override() 공개 정적인 메소드

public static Override ( Type type, EntityKindAttribute attr ) : void
type System.Type
attr EntityKindAttribute
리턴 void

RequiresSaveOperation() 공개 정적인 메소드

public static RequiresSaveOperation ( Type type ) : bool
type System.Type
리턴 bool

TryGetAttribute() 공개 정적인 메소드

public static TryGetAttribute ( Type type ) : EntityKindAttribute
type System.Type
리턴 EntityKindAttribute