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

Information about the method that was used to create this job More...

Properties

string Filename [get]
 Path to the method file, including the filename. More...
 
string Name [get]
 Name as entered in the method editor. More...
 
string Description [get]
 Description as entered in the method editor. More...
 
IReadOnlyList< IColumnInfoColumns [get]
 Column definition information. More...
 

Detailed Description

Information about the method that was used to create this job

Definition at line 392 of file TaskInterfaces.cs.

Property Documentation

◆ Columns

IReadOnlyList<IColumnInfo> AxelSemrau.Chronos.Plugin.IMethodInfo.Columns
get

Column definition information.

Definition at line 410 of file TaskInterfaces.cs.

410 { get; }

◆ Description

string AxelSemrau.Chronos.Plugin.IMethodInfo.Description
get

Description as entered in the method editor.

Definition at line 406 of file TaskInterfaces.cs.

406 { get; }

◆ Filename

string AxelSemrau.Chronos.Plugin.IMethodInfo.Filename
get

Path to the method file, including the filename.

Could be something else than a valid filesystem path in future versions. Please do not assume this is a file you can definitely access.

Definition at line 398 of file TaskInterfaces.cs.

398 { get; }

◆ Name

string AxelSemrau.Chronos.Plugin.IMethodInfo.Name
get

Name as entered in the method editor.

Definition at line 402 of file TaskInterfaces.cs.

402 { get; }

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