Show / Hide Table of Contents

Class PriorityAfterAttribute

Allows defining priority based on another type's priority. IE, you can say 'this type should be higher priority value than that type'.

Inheritance
System.Object
RelativePriorityAttribute
PriorityAfterAttribute
Inherited Members
RelativePriorityAttribute.Types
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public class PriorityAfterAttribute : RelativePriorityAttribute

Constructors

PriorityAfterAttribute(Type[])

Declaration
public PriorityAfterAttribute(params Type[] types)
Parameters
Type Name Description
System.Type[] types

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
☀
☾