Table of Contents

Class AbstractOrdered

Namespace
Steeltoe.Common.Order
Assembly
Steeltoe.Common.dll
public class AbstractOrdered : IOrdered
Inheritance
AbstractOrdered
Implements
Derived
Inherited Members

Constructors

AbstractOrdered()

public AbstractOrdered()

AbstractOrdered(int)

public AbstractOrdered(int order)

Parameters

order int

Fields

HIGHEST_PRECEDENCE

public const int HIGHEST_PRECEDENCE = -2147483648

Field Value

int

LOWEST_PRECEDENCE

public const int LOWEST_PRECEDENCE = 2147483647

Field Value

int

Properties

Order

Gets the order of this object

public int Order { get; }

Property Value

int