Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Attribute to link the decorated Property with the specifyed Task and TaskProperty. More...
Public Member Functions | |
LinkPropertyAttribute (string taskPropertyPath) | |
Initializes a new instance of the LinkPropertyAttribute class. | |
LinkPropertyAttribute (string taskName, string propertyName) | |
Initializes a new instance of the LinkPropertyAttribute class. | |
Properties | |
string | TaskName [get] |
The name of the task to be linked with. | |
string | PropertyName [get] |
The property name to be linked with. | |
Attribute to link the decorated Property with the specifyed Task and TaskProperty.
Definition at line 719 of file TaskInterfaces.cs.
AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.LinkPropertyAttribute | ( | string | taskPropertyPath | ) |
Initializes a new instance of the LinkPropertyAttribute class.
taskPropertyPath | The task property path to be linked with. |
Definition at line 725 of file TaskInterfaces.cs.
References AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.PropertyName, and AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.TaskName.
AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.LinkPropertyAttribute | ( | string | taskName, |
string | propertyName ) |
Initializes a new instance of the LinkPropertyAttribute class.
taskName | The name of the task to be linked with. |
propertyName | The property name to be linked with. |
Definition at line 738 of file TaskInterfaces.cs.
References AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.PropertyName, and AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.TaskName.
|
get |
The property name to be linked with.
The name of the property.
Definition at line 757 of file TaskInterfaces.cs.
Referenced by AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.LinkPropertyAttribute(), and AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.LinkPropertyAttribute().
|
get |
The name of the task to be linked with.
The name of the task.
Definition at line 749 of file TaskInterfaces.cs.
Referenced by AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.LinkPropertyAttribute(), and AxelSemrau.Chronos.Plugin.LinkPropertyAttribute.LinkPropertyAttribute().