Class CommandOwnersAttribute
- Namespace
- OneImlx.Terminal.Commands.Declarative
- Assembly
- OneImlx.Terminal.dll
Declares a command owners. A command owner is a group or a root.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class CommandOwnersAttribute : Attribute
- Inheritance
-
CommandOwnersAttribute
- Inherited Members
Constructors
CommandOwnersAttribute(params string[])
Initializes a new instance.
public CommandOwnersAttribute(params string[] owners)
Parameters
owners
string[]The command owner identifiers.
Properties
Owners
The command owner identifiers.
public OwnerIdCollection Owners { get; }
Property Value
- See Also