Table of Contents

Class CommandTagsAttribute

Namespace
OneImlx.Terminal.Commands.Declarative
Assembly
OneImlx.Terminal.dll

Declares the command tags.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class CommandTagsAttribute : Attribute
Inheritance
CommandTagsAttribute
Inherited Members

Constructors

CommandTagsAttribute(params string[])

Initializes a new instance.

public CommandTagsAttribute(params string[] tags)

Parameters

tags string[]

The tags.

Properties

Tags

The command tags.

public TagIdCollection Tags { get; }

Property Value

TagIdCollection