C# Class Signum.Entities.Basics.TypeEntity

Inheritance: Entity
ファイルを表示 Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
GetCleanName string>.Func
ToTypeDNFunc TypeEntity>.Func
ToTypeFunc Type>.Func
TryGetType Type>.Func

Private Properties

Property Type Description
ToString string

Public Methods

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

Private Methods

Method Description
ToString ( ) : string

Method Details

IsType() public method

public IsType ( Type type ) : bool
type System.Type
return bool

SetTypeDNCallbacks() public static method

public static SetTypeDNCallbacks ( TypeEntity>.Func toTypeEntity, Type>.Func toType ) : void
toTypeEntity TypeEntity>.Func
toType Type>.Func
return void

SetTypeNameCallbacks() public static method

public static SetTypeNameCallbacks ( string>.Func getCleanName, Type>.Func tryGetType ) : void
getCleanName string>.Func
tryGetType Type>.Func
return void

Property Details

GetCleanName public_oe static_oe property

public static Func GetCleanName
return string>.Func

ToTypeDNFunc public_oe static_oe property

public static Func ToTypeDNFunc
return TypeEntity>.Func

ToTypeFunc public_oe static_oe property

public static Func ToTypeFunc
return Type>.Func

TryGetType public_oe static_oe property

public static Func TryGetType
return Type>.Func