Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Override the normal sort priority in the method editor. More...
Public Member Functions | |
SortPriorityAttribute (int pri) | |
Give the decorated element a sort priority. | |
Properties | |
int | Priority [get] |
Higher means further down the list in the method editor. | |
Override the normal sort priority in the method editor.
Please sort your properties by declaring them in the right order if possible. This should be only used if (for example for dynamic properties) the "natural" sort order can't be established.
Definition at line 214 of file MiscInterfaces.cs.
AxelSemrau.Chronos.Plugin.SortPriorityAttribute.SortPriorityAttribute | ( | int | pri | ) |
Give the decorated element a sort priority.
pri |
Definition at line 224 of file MiscInterfaces.cs.
References AxelSemrau.Chronos.Plugin.SortPriorityAttribute.Priority.
|
get |
Higher means further down the list in the method editor.
Definition at line 219 of file MiscInterfaces.cs.
Referenced by AxelSemrau.Chronos.Plugin.SortPriorityAttribute.SortPriorityAttribute().