Table of Contents

Class OnlineEditType

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

Represents an enumeration of all OnlineEditType options for a given Routine.

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

Fields

Original

Represents a 'Original' OnlineEditType value.

public static readonly OnlineEditType Original

Field Value

OnlineEditType

PendingEdits

Represents a 'PendingEdits' OnlineEditType value.

public static readonly OnlineEditType PendingEdits

Field Value

OnlineEditType

TestEdits

Represents a 'TestEdits' OnlineEditType value.

public static readonly OnlineEditType TestEdits

Field Value

OnlineEditType