Class CommandAttribute
Inherited Members
Namespace: PayrollEngine.Client.Command
Assembly: PayrollEngine.Client.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class CommandAttribute : Attribute
Constructors
CommandAttribute(string)
Declaration
public CommandAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |