C# Class Signum.Entities.Basics.TypeEntity

Inheritance: Entity
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство Type Description
GetCleanName string>.Func
ToTypeDNFunc TypeEntity>.Func
ToTypeFunc Type>.Func
TryGetType Type>.Func

Private Properties

Свойство Type Description
ToString string

Méthodes publiques

Méthode Description
IsType ( Type type ) : bool
SetTypeDNCallbacks ( TypeEntity>.Func toTypeEntity, Type>.Func toType ) : void
SetTypeNameCallbacks ( string>.Func getCleanName, Type>.Func tryGetType ) : void

Private Methods

Méthode Description
ToString ( ) : string

Method Details

IsType() public méthode

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

SetTypeDNCallbacks() public static méthode

public static SetTypeDNCallbacks ( TypeEntity>.Func toTypeEntity, Type>.Func toType ) : void
toTypeEntity TypeEntity>.Func
toType Type>.Func
Résultat void

SetTypeNameCallbacks() public static méthode

public static SetTypeNameCallbacks ( string>.Func getCleanName, Type>.Func tryGetType ) : void
getCleanName string>.Func
tryGetType Type>.Func
Résultat void

Property Details

GetCleanName public_oe static_oe property

public static Func GetCleanName
Résultat string>.Func

ToTypeDNFunc public_oe static_oe property

public static Func ToTypeDNFunc
Résultat TypeEntity>.Func

ToTypeFunc public_oe static_oe property

public static Func ToTypeFunc
Résultat Type>.Func

TryGetType public_oe static_oe property

public static Func TryGetType
Résultat Type>.Func