C# 클래스 MassTransit.Util.TypeMetadataCache

파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
GetMessageTypes ( Type type ) : System.Type[]
GetShortName ( Type type ) : string
IsValidMessageType ( Type type ) : bool

비공개 메소드들

메소드 설명
GetOrAdd ( Type type ) : CachedType

메소드 상세

GetMessageTypes() 공개 정적인 메소드

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

GetShortName() 공개 정적인 메소드

public static GetShortName ( Type type ) : string
type System.Type
리턴 string

IsValidMessageType() 공개 정적인 메소드

public static IsValidMessageType ( Type type ) : bool
type System.Type
리턴 bool