Table of Contents

Class NameAttribute

Namespace
Fluxer.Net.Commands
Assembly
Fluxer.Net.dll

Override public name of command/module

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class NameAttribute : Attribute
Inheritance
object
Attribute
NameAttribute

Constructors

NameAttribute(string)

Marks the public name of a command, module, or parameter with the provided name.

public NameAttribute(string text)

Parameters

text string

The public name of the object.

Properties

Text

Gets the name of the command.

public string Text { get; }

Property Value

string