Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IPluginAdapter< out out TPluginInterface > Interface Template Reference

Generic way to access a plugin object that was wrapped by Chronos More...

Properties

TPluginInterface Plugin [get]
 Get the inner, plugin defined part of the object. More...
 

Detailed Description

Generic way to access a plugin object that was wrapped by Chronos

Chronos normally takes care of handing you the inner objects, not the internally used wrappers.

Template Parameters
TPluginInterface
Type Constraints
TPluginInterface :class 

Definition at line 280 of file MiscInterfaces.cs.

Property Documentation

◆ Plugin

TPluginInterface AxelSemrau.Chronos.Plugin.IPluginAdapter< out out TPluginInterface >.Plugin
get

Get the inner, plugin defined part of the object.

Definition at line 285 of file MiscInterfaces.cs.

285 { get; }

Referenced by MockPlugin.Tasks.TaskListAttribute.GetCaffeineInfo(), and MockPlugin.Tasks.TaskListAttribute.GetStandardValues().


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