C# 클래스 RawRabbit.Common.NamingConventions

상속: INamingConventions
파일 보기 프로젝트 열기: pardahlman/RawRabbit 1 사용 예제들

공개 메소드들

메소드 설명
GetApplicationName ( ) : string
GetNonGenericTypeName ( Type type ) : string
NamingConventions ( ) : System

비공개 메소드들

메소드 설명
CreateShortAfqn ( Type type, string path = "", string delimeter = "." ) : string
GetSubscriberQueueSuffix ( Type messageType ) : string

메소드 상세

GetApplicationName() 공개 정적인 메소드

public static GetApplicationName ( ) : string
리턴 string

GetNonGenericTypeName() 공개 정적인 메소드

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

NamingConventions() 공개 메소드

public NamingConventions ( ) : System
리턴 System