Class StaticBoolQueryNode
Class StaticBoolQueryNode.
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public class StaticBoolQueryNode : BoolQueryNode, IQuery<bool>, IQuery
Properties
boolValue
Gets or sets a value indicating whether [bool value].
Declaration
public bool boolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|