Show / Hide Table of Contents

Class Boolean

Boolean variable

Inheritance
System.Object
Variable
Boolean
Inherited Members
Variable.Name
Variable.StoreType
Variable.Type
Variable.Scope
Variable.IsSignal
Variable.CleanName(String)
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public class Boolean : Variable

Constructors

Boolean(String, Boolean, Scope, StoreType)

Constructor for a variable of boolean type

Declaration
[JsonConstructor]
public Boolean(string name, bool value = false, Scope scope = Scope.Local, StoreType storeType = StoreType.NonPersistent)
Parameters
Type Name Description
System.String name

Variable name

System.Boolean value

Init value

Scope scope

Scope target

StoreType storeType

Properties

InitValue

Init value

Declaration
[JsonIgnore]
public override string InitValue { get; }
Property Value
Type Description
System.String
Overrides
Variable.InitValue

Value

Value

Declaration
[JsonInclude]
public bool Value { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top Wepall 2021. All rights reserved.