Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IConfigInfo Interface Reference

Get information about the currently active configuration. More...

Properties

string PathToMethods [get]
 Full path to the standard method folder chosen by the user. Can be null or empty. More...
 
string PathToSampleLists [get]
 Full path to the standard sample list folder chosen by the user. Can be null or empty. More...
 
string PathToInstrumentConfig [get]
 Full path to the folder where the active Chronos instrument configuration is stored. More...
 
IReadOnlyList< ITrayInfoTrays [get]
 Some general information about the configured trays and other accessible objects. More...
 

Detailed Description

Get information about the currently active configuration.

Definition at line 215 of file Helpers.cs.

Property Documentation

◆ PathToInstrumentConfig

string AxelSemrau.Chronos.Plugin.IConfigInfo.PathToInstrumentConfig
get

Full path to the folder where the active Chronos instrument configuration is stored.

Definition at line 234 of file Helpers.cs.

234 { get; }

◆ PathToMethods

string AxelSemrau.Chronos.Plugin.IConfigInfo.PathToMethods
get

Full path to the standard method folder chosen by the user. Can be null or empty.

Do not buffer this value at plugin load time, because the settings have not been loaded at that point.

Definition at line 223 of file Helpers.cs.

223 { get; }

◆ PathToSampleLists

string AxelSemrau.Chronos.Plugin.IConfigInfo.PathToSampleLists
get

Full path to the standard sample list folder chosen by the user. Can be null or empty.

Do not buffer this value at plugin load time, because the settings have not been loaded at that point.

Definition at line 230 of file Helpers.cs.

230 { get; }

◆ Trays

IReadOnlyList<ITrayInfo> AxelSemrau.Chronos.Plugin.IConfigInfo.Trays
get

Some general information about the configured trays and other accessible objects.

Definition at line 238 of file Helpers.cs.

238 { get; }

The documentation for this interface was generated from the following file: