Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.Config.ITrayVialInfo Interface Reference

Currently only used internally. More...

Properties

ITrayInfo Tray [get]
 Tray to which the position belongs.
 
uint? Position [get]
 Position number or null, if there is no associated position.
 

Detailed Description

Currently only used internally.

Definition at line 50 of file ITrayInfo.cs.

Property Documentation

◆ Position

uint? AxelSemrau.Chronos.Plugin.Config.ITrayVialInfo.Position
get

Position number or null, if there is no associated position.

Please note: In equality comparisons, this is used like a wildcard. Two ITrayVialInfo will only be considered different if the tray differ, or if both specify different non-null positions. One object with a position value compared to another object with no position value will be considered equal.

Definition at line 66 of file ITrayInfo.cs.

66{ get; }

◆ Tray

ITrayInfo AxelSemrau.Chronos.Plugin.Config.ITrayVialInfo.Tray
get

Tray to which the position belongs.

Definition at line 56 of file ITrayInfo.cs.

56{ get; }

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