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