Class ActionAttribute
- Namespace
- OneImlx.Shared.Attributes
- Assembly
- OneImlx.Shared.dll
An actionable attribute.
public abstract class ActionAttribute : Attribute
- Inheritance
-
ActionAttribute
- Derived
- Inherited Members
Constructors
ActionAttribute()
Initialize a new instance.
protected ActionAttribute()
ActionAttribute(string)
Initialize a new instance.
protected ActionAttribute(string description)
Parameters
description
string
Exceptions
Properties
Assignee
The action assignee.
public string? Assignee { get; set; }
Property Value
Description
The description.
public string? Description { get; set; }
Property Value
Severity
The severity.
public string? Severity { get; set; }
Property Value
Version
The version to address an action.
public string? Version { get; set; }