C# Class Signum.Entities.EntityKindCache

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

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

public static GetAttribute ( Type type ) : EntityKindAttribute
type System.Type
Résultat EntityKindAttribute

GetEntityData() public static méthode

public static GetEntityData ( Type type ) : EntityData
type System.Type
Résultat EntityData

GetEntityKind() public static méthode

public static GetEntityKind ( Type type ) : EntityKind
type System.Type
Résultat EntityKind

IsLowPopulation() public static méthode

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

Override() public static méthode

public static Override ( Type type, EntityKindAttribute attr ) : void
type System.Type
attr EntityKindAttribute
Résultat void

RequiresSaveOperation() public static méthode

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

TryGetAttribute() public static méthode

public static TryGetAttribute ( Type type ) : EntityKindAttribute
type System.Type
Résultat EntityKindAttribute