Class AsplLogic
Different ways of combining multiple AsplElement satisfaction values into a single boolean true/false value.
Inheritance
System.Object
AsplLogic
Namespace: Sensus.Adaptation
Assembly: SensusAndroid.dll
Syntax
public sealed class AsplLogic : Enum
Fields
Conjunction
Logical conjunction. All AsplElements must be satisfied.
Declaration
public const AsplLogic Conjunction
Field Value
Type | Description |
---|---|
AsplLogic |
Disjunction
Logical disjunction. Any AsplElement may be satisfied.
Declaration
public const AsplLogic Disjunction
Field Value
Type | Description |
---|---|
AsplLogic |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |