Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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.
 
string Name [get]
 Name as entered in the method editor.
 
string Description [get]
 Description as entered in the method editor.
 
IReadOnlyList< IColumnInfoColumns [get]
 Column definition information.
 

Detailed Description

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

Definition at line 421 of file TaskInterfaces.cs.

Property Documentation

◆ Columns

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

Column definition information.

Definition at line 439 of file TaskInterfaces.cs.

439{ get; }

◆ Description

string AxelSemrau.Chronos.Plugin.IMethodInfo.Description
get

Description as entered in the method editor.

Definition at line 435 of file TaskInterfaces.cs.

435{ 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 427 of file TaskInterfaces.cs.

427{ get; }

◆ Name

string AxelSemrau.Chronos.Plugin.IMethodInfo.Name
get

Name as entered in the method editor.

Definition at line 431 of file TaskInterfaces.cs.

431{ get; }

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