Table of Contents

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

ArgumentNullException

Properties

Assignee

The action assignee.

public string? Assignee { get; set; }

Property Value

string

Description

The description.

public string? Description { get; set; }

Property Value

string

Severity

The severity.

public string? Severity { get; set; }

Property Value

string

Version

The version to address an action.

public string? Version { get; set; }

Property Value

string