Table of Contents

Class EnumOrderAttribute

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Specifies the order for an enum field.

[Obsolete("Enum is deprecated and will be removed in the next version.")]
[ObsoleteSince(29, 6)]
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class EnumOrderAttribute : Attribute
Inheritance
object
Attribute
EnumOrderAttribute
Extension Methods

Constructors

EnumOrderAttribute(int)

Specifies the order for an enum field.

public EnumOrderAttribute(int order)

Parameters

order int

Order of the attributed enum field

Properties

Order

Gets the order.

public int Order { get; }

Property Value

int