Class CommandCheckerAttribute
- Namespace
- OneImlx.Terminal.Commands.Declarative
- Assembly
- OneImlx.Terminal.dll
Declares a command checker.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class CommandCheckerAttribute : Attribute
- Inheritance
-
CommandCheckerAttribute
- Inherited Members
Constructors
CommandCheckerAttribute(Type)
Initialize a new instance.
public CommandCheckerAttribute(Type checker)
Parameters
checker
TypeThe command checker.
Properties
Checker
The command checker type.
public Type Checker { get; }