Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IPluginAdapter< 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.
 

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 281 of file MiscInterfaces.cs.

Property Documentation

◆ Plugin

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

Get the inner, plugin defined part of the object.

Definition at line 286 of file MiscInterfaces.cs.

286{ get; }

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


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