OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RegisteredCommandData

Inheritance
System.Object
RegisteredCommandData
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public sealed class RegisteredCommandData : object

Properties

| Improve this Doc View Source

Aliases

Declaration
public List<string>? Aliases { get; set; }
Property Value
Type Description
System.Nullable<List<System.String>>
| Improve this Doc View Source

Data

Declaration
public Dictionary<string, object?>? Data { get; set; }
Property Value
Type Description
System.Nullable<Dictionary<System.String, System.Nullable<System.Object>>>
| Improve this Doc View Source

Enabled

Declaration
public bool? Enabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Id

Declaration
public string? Id { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Name

Declaration
public string? Name { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ParentId

Declaration
public string? ParentId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Priority

Declaration
public Priority? Priority { get; set; }
Property Value
Type Description
System.Nullable<Priority>

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)