Skip to content

Command

Summary

Represents a plugin command.

Signature

1
public abstract interface Command

Namespace

cAlgo.API

Properties

Id

Summary

Gets command unique Id.

Signature

1
public abstract Guid Id {get;}

Return Value

Guid

Type

Summary

Gets command type.

Signature

1
public abstract CommandType Type {get;}

Return Value

CommandType

IsEnabled

Summary

Gets / sets if command is enabled or not.

Signature

1
public abstract bool IsEnabled {get; set;}

Return Value

bool

ToolTip

Summary

Gets / sets command tooltips.

Signature

1
public abstract string ToolTip {get; set;}

Return Value

string