Class PriorityAttribute
Sets rule's priority. If multiple rules get activated at the same time, rules with higher priority get executed first. Priority value can be positive, negative or zero. Default priority is zero.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class PriorityAttribute : Attribute
- Inheritance
-
PriorityAttribute
- Inherited Members
Constructors
PriorityAttribute(int)
public PriorityAttribute(int value)
Parameters
value
int