C# Class MassTransit.Util.TypeMetadataCache

Afficher le fichier Open project: MassTransit/MassTransit Class Usage Examples

Méthodes publiques

Méthode Description
GetMessageTypes ( Type type ) : System.Type[]
GetShortName ( Type type ) : string
IsValidMessageType ( Type type ) : bool

Private Methods

Méthode Description
GetOrAdd ( Type type ) : CachedType

Method Details

GetMessageTypes() public static méthode

public static GetMessageTypes ( Type type ) : System.Type[]
type System.Type
Résultat System.Type[]

GetShortName() public static méthode

public static GetShortName ( Type type ) : string
type System.Type
Résultat string

IsValidMessageType() public static méthode

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