C# Class RabbitMQ.Client.Apigen.Attributes.AmqpMethodMappingAttribute

Inheritance: AmqpApigenAttribute
ファイルを表示 Open project: rabbitmq/rabbitmq-dotnet-client

Public Properties

Property Type Description
m_className string
m_methodName string

Public Methods

Method Description
AmqpMethodMappingAttribute ( string namespaceName, string className, string methodName )

Method Details

AmqpMethodMappingAttribute() public method

public AmqpMethodMappingAttribute ( string namespaceName, string className, string methodName )
namespaceName string
className string
methodName string

Property Details

m_className public_oe property

public string m_className
return string

m_methodName public_oe property

public string m_methodName
return string