C# Class RawRabbit.Common.NamingConventions

Inheritance: INamingConventions
ファイルを表示 Open project: pardahlman/RawRabbit Class Usage Examples

Public Methods

Method Description
GetApplicationName ( ) : string
GetNonGenericTypeName ( Type type ) : string
NamingConventions ( ) : System

Private Methods

Method Description
CreateShortAfqn ( Type type, string path = "", string delimeter = "." ) : string
GetSubscriberQueueSuffix ( Type messageType ) : string

Method Details

GetApplicationName() public static method

public static GetApplicationName ( ) : string
return string

GetNonGenericTypeName() public static method

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

NamingConventions() public method

public NamingConventions ( ) : System
return System