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

Base class for attributes for controlling the API autogeneration process.
Inheritance: Attribute
显示文件 Open project: rabbitmq/rabbitmq-dotnet-client

Public Properties

Property Type Description
m_namespaceName string

Public Methods

Method Description
AmqpApigenAttribute ( string namespaceName )

Method Details

AmqpApigenAttribute() public method

public AmqpApigenAttribute ( string namespaceName )
namespaceName string

Property Details

m_namespaceName public_oe property

The specification namespace (i.e. version) that this attribute applies to, or null for all specification versions.
public string m_namespaceName
return string