Show / Hide Table of Contents

Class PriorityBeforeAttribute

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

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

Constructors

PriorityBeforeAttribute(Type[])

Declaration
public PriorityBeforeAttribute(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
☀
☾