Table of Contents

Class Use

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of options that specify the purpose of use of a L5X or LogixContent.

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

Fields

Append

Get the Append Use option.

public static readonly Use Append

Field Value

Use

Context

Get the Context Use option.

public static readonly Use Context

Field Value

Use

Create

Get the Deserialize Use option.

public static readonly Use Create

Field Value

Use

Delete

Get the Delete Use option.

public static readonly Use Delete

Field Value

Use

Insert

Get the Insert Use option.

public static readonly Use Insert

Field Value

Use

Invalid

Represents a Use option that is invalid...

public static readonly Use Invalid

Field Value

Use

Overwrite

Get the Overwrite Use option.

public static readonly Use Overwrite

Field Value

Use

Redefine

Get the Redefine Use option.

public static readonly Use Redefine

Field Value

Use

Reference

Get the Reference Use option.

public static readonly Use Reference

Field Value

Use

Target

Get the Target Use option.

public static readonly Use Target

Field Value

Use

Update

Get the Update Use option.

public static readonly Use Update

Field Value

Use