Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.SortPriorityAttribute Class Reference

Override the normal sort priority in the method editor. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.SortPriorityAttribute:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.SortPriorityAttribute:

Public Member Functions

 SortPriorityAttribute (int pri)
 Give the decorated element a sort priority. More...
 

Properties

int Priority [get]
 Higher means further down the list in the method editor. More...
 

Detailed Description

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 213 of file MiscInterfaces.cs.

Constructor & Destructor Documentation

◆ SortPriorityAttribute()

AxelSemrau.Chronos.Plugin.SortPriorityAttribute.SortPriorityAttribute ( int  pri)

Give the decorated element a sort priority.

Parameters
pri

Definition at line 223 of file MiscInterfaces.cs.

224  {
225  Priority = pri;
226  }
int Priority
Higher means further down the list in the method editor.

References AxelSemrau.Chronos.Plugin.SortPriorityAttribute.Priority.

Property Documentation

◆ Priority

int AxelSemrau.Chronos.Plugin.SortPriorityAttribute.Priority
get

Higher means further down the list in the method editor.

Definition at line 218 of file MiscInterfaces.cs.

218 { get; }

Referenced by AxelSemrau.Chronos.Plugin.SortPriorityAttribute.SortPriorityAttribute().


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