Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Easier to use if you don't care about localization. More...
Public Member Functions | |
override string | GetCaption () |
Just returning the property's value. | |
override string | GetFilenamePattern () |
Just returning the property's value. | |
override string | GetInitialValue (ITask theTask) |
Just returning the value of the property here. | |
![]() | |
![]() | |
RecommendedColumnTypeAttribute (string internalColTypeName) | |
Recommend the decorated property with this type of column (internal names as used in the method file). | |
RecommendedColumnTypeAttribute (BuiltinColumnTypeName bcn) | |
If using builtin columns, use this constructor to avoid errors because of misspelt names. | |
Properties | |
string | Caption [get, set] |
Title of the dialog. | |
string | FilenamePattern [get, set] |
File type specification as described on MSDN: https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.filedialog.filter?view=netframework-4.8. | |
string | InitialValue [get, set] |
First value to show to the user. | |
![]() | |
TargetMode | Mode [get, set] |
File mode for this property. | |
![]() | |
string | InternalColumnTypeName [get, protected set] |
Name of the column type as used internally in the method XML. | |
Additional Inherited Members | |
![]() | |
enum | TargetMode { FileRead , FileWrite , Folder } |
Dialog type: Open file for reading or for writing? Folder? More... | |
![]() | |
FilenameAttribute () | |
Default constructor: Ask for a file that should be read. | |
Easier to use if you don't care about localization.
Definition at line 853 of file TaskInterfaces.cs.
|
virtual |
Just returning the property's value.
Reimplemented from AxelSemrau.Chronos.Plugin.FilenameAttribute.
|
virtual |
Just returning the property's value.
Reimplemented from AxelSemrau.Chronos.Plugin.FilenameAttribute.
|
virtual |
Just returning the value of the property here.
theTask |
Reimplemented from AxelSemrau.Chronos.Plugin.FilenameAttribute.
|
getset |
|
getset |
File type specification as described on MSDN: https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.filedialog.filter?view=netframework-4.8.
Definition at line 862 of file TaskInterfaces.cs.
|
getset |