Show / Hide Table of Contents

Class PriorityAttribute

Inheritance
System.Object
PriorityAttribute
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public class PriorityAttribute : Attribute

Constructors

PriorityAttribute(Int32)

Declaration
public PriorityAttribute(int priority)
Parameters
Type Name Description
System.Int32 priority

Fields

High

Declaration
public const int High = -100
Field Value
Type Description
System.Int32

Low

Declaration
public const int Low = 100
Field Value
Type Description
System.Int32

Normal

Declaration
public const int Normal = 0
Field Value
Type Description
System.Int32

VeryHigh

Declaration
public const int VeryHigh = -200
Field Value
Type Description
System.Int32

VeryLow

Declaration
public const int VeryLow = 200
Field Value
Type Description
System.Int32

Properties

Priority

Declaration
public int Priority { get; protected set; }
Property Value
Type Description
System.Int32

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾