Table of Contents

Enum LogicalConditionDiagramElement.Condition

Namespace
StockSharp.Diagram.Elements
Assembly
StockSharp.Diagram.Core.dll

The logical condition type.

public enum LogicalConditionDiagramElement.Condition
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "AND")] And = 0

AND.

[Display(ResourceType = typeof(LocalizedStrings), Name = "NOT")] Not = 3

NOT.

[Display(ResourceType = typeof(LocalizedStrings), Name = "OR")] Or = 1

OR.

[Display(ResourceType = typeof(LocalizedStrings), Name = "XOR")] Xor = 2

Exclusive OR.