Table of Contents

Class RungType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of all Logix RungType values for a given Rung.

public class RungType : LogixEnum<RungType, string>, IEquatable<LogixEnum<RungType, string>>, IComparable<LogixEnum<RungType, string>>
Inheritance
RungType
Implements
Inherited Members

Fields

Delete

Represents a Delete RungType value.

public static readonly RungType Delete

Field Value

RungType

Insert

Represents a Insert RungType value.

public static readonly RungType Insert

Field Value

RungType

InsertReplace

Represents a InsertReplace RungType value.

public static readonly RungType InsertReplace

Field Value

RungType

Normal

Represents a Normal RungType value.

public static readonly RungType Normal

Field Value

RungType

PendingDeleteRung

Represents a PendingDeleteRung RungType value.

public static readonly RungType PendingDeleteRung

Field Value

RungType

PendingInsertRung

Represents a PendingInsertRung RungType value.

public static readonly RungType PendingInsertRung

Field Value

RungType

PendingReplace

Represents a PendingReplace RungType value.

public static readonly RungType PendingReplace

Field Value

RungType

PendingReplaceInsert

Represents a PendingReplaceInsert RungType value.

public static readonly RungType PendingReplaceInsert

Field Value

RungType

PendingReplaceNormal

Represents a PendingReplaceNormal RungType value.

public static readonly RungType PendingReplaceNormal

Field Value

RungType

PendingReplaceRung

Represents a PendingReplaceRung RungType value.

public static readonly RungType PendingReplaceRung

Field Value

RungType

Replace

Represents a Replace RungType value.

public static readonly RungType Replace

Field Value

RungType