Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Gives full access to other tasks's properties. More...
Properties | |
object | BaseObject [get] |
Reference to the object to which the property belongs. | |
System.Reflection.PropertyInfo | PropInfo [get] |
All you need to know about the property. | |
string | FullPath [get] |
Full path, as must be given in property reference expressions. | |
Gives full access to other tasks's properties.
You'd better know what you are doing if you write to them. Use at own risk! Do not implement this, it's a parameter of ITaskInfo Please note that for some property values that can be implemented by plugins you don't get the Chronos wrapper, but the unwrapped inner plugin object when getting the value using the value getter.
Definition at line 266 of file TaskInterfaces.cs.
|
get |
Reference to the object to which the property belongs.
Definition at line 271 of file TaskInterfaces.cs.
|
get |
Full path, as must be given in property reference expressions.
Definition at line 280 of file TaskInterfaces.cs.
Referenced by MockPlugin.Tasks.JobInspectionDemo.GetJitInfo().
|
get |
All you need to know about the property.
Definition at line 276 of file TaskInterfaces.cs.