Search Results for

    Show / Hide Table of Contents

    Class SmartBoolean

    Represents a smart Boolean value.

    Inheritance
    object
    SmartObject
    SmartBoolean
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: TopSolid.Kernel.Automating
    Assembly: TopSolid.Kernel.Automating.dll
    Syntax
    [DataContract]
    [AvailableSinceVersion(7, 6, 0, 0)]
    public class SmartBoolean : SmartObject
    Remarks

    This class is available since v7.6.

    Constructors

    Name Description
    SmartBoolean(bool)

    Initializes a new instance of the SmartBoolean class of type Basic.

    SmartBoolean(string)

    Initializes a new instance of the SmartBoolean class of type Formula.

    SmartBoolean(string, ScriptType)

    Initializes a new instance of the SmartBoolean class of type Formula.

    SmartBoolean(ElementId)

    Initializes a new instance of the SmartBoolean class of type Element.

    SmartBoolean(ElementId, ItemLabel)

    Initializes a new instance of the SmartBoolean class of type Item.

    SmartBoolean(SmartBooleanType, bool?, ElementId, ItemLabel, string)

    Initializes a new instance of the SmartBoolean class.

    SmartBoolean(SmartBooleanType, bool?, ElementId, ItemLabel, string, ScriptType)

    Initializes a new instance of the SmartBoolean class.

    Fields

    Name Description
    ElementId

    Providing element identifier, or empty if none.

    Formula

    Formula, or null if none.

    ItemLabel

    Providing element item label, or empty if none.

    ScriptType

    Type of script.

    Type

    Type of smart Boolean.

    Value

    Value, or null if unknown.

    In this article
    Back to top
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2025 TopSolid - All rights reserved.