C# Class Signum.Entities.EntityKindCache

显示文件 Open project: signumsoftware/framework

Public Methods

Method Description
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

Method Details

GetAttribute() public static method

public static GetAttribute ( Type type ) : EntityKindAttribute
type System.Type
return EntityKindAttribute

GetEntityData() public static method

public static GetEntityData ( Type type ) : EntityData
type System.Type
return EntityData

GetEntityKind() public static method

public static GetEntityKind ( Type type ) : EntityKind
type System.Type
return EntityKind

IsLowPopulation() public static method

public static IsLowPopulation ( Type type ) : bool
type System.Type
return bool

Override() public static method

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

RequiresSaveOperation() public static method

public static RequiresSaveOperation ( Type type ) : bool
type System.Type
return bool

TryGetAttribute() public static method

public static TryGetAttribute ( Type type ) : EntityKindAttribute
type System.Type
return EntityKindAttribute