C# Class MassTransit.Util.TypeMetadataCache

Mostrar archivo Open project: MassTransit/MassTransit Class Usage Examples

Public Methods

Method Description
GetMessageTypes ( Type type ) : System.Type[]
GetShortName ( Type type ) : string
IsValidMessageType ( Type type ) : bool

Private Methods

Method Description
GetOrAdd ( Type type ) : CachedType

Method Details

GetMessageTypes() public static method

public static GetMessageTypes ( Type type ) : System.Type[]
type System.Type
return System.Type[]

GetShortName() public static method

public static GetShortName ( Type type ) : string
type System.Type
return string

IsValidMessageType() public static method

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