Show / Hide Table of Contents

Class AlarmLogicOperatorType

Inheritance
System.Object
AlarmLogicOperatorType
Namespace: MAT.Atlas.Automation.Api.Enums
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class AlarmLogicOperatorType : Enum

Fields

And

Declaration
public const AlarmLogicOperatorType And
Field Value
Type Description
AlarmLogicOperatorType

AndNot

Declaration
public const AlarmLogicOperatorType AndNot
Field Value
Type Description
AlarmLogicOperatorType

None

Declaration
public const AlarmLogicOperatorType None
Field Value
Type Description
AlarmLogicOperatorType

Or

Declaration
public const AlarmLogicOperatorType Or
Field Value
Type Description
AlarmLogicOperatorType

OrNot

Declaration
public const AlarmLogicOperatorType OrNot
Field Value
Type Description
AlarmLogicOperatorType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Xor

Declaration
public const AlarmLogicOperatorType Xor
Field Value
Type Description
AlarmLogicOperatorType

XorNot

Declaration
public const AlarmLogicOperatorType XorNot
Field Value
Type Description
AlarmLogicOperatorType
In This Article
Back to top Generated by DocFX