Skip to content

PluginType

Summary

Represents a plugin algorithm type.

Signature

1
public abstract interface PluginType

Namespace

cAlgo.API

Properties

IsEnabled

Summary

Returns true if plugin is enabled otherwise false.

Signature

1
public abstract bool IsEnabled {get;}

Return Value

bool

Parameters

Summary

Gets collection of Plugin parameters.

Signature

1
public abstract IReadonlyList<AlgoParameter> Parameters {get;}

Return Value

IReadonlyList