Search Results for

    Show / Hide Table of Contents

    Struct IfcStrippedOptional

    Implements
    IExpressValueType
    IPersist
    IExpressBooleanType
    System.IEquatable<System.Boolean>
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.Ifc4
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcStrippedOptional", 983)]
    [DefinedType(typeof(bool))]
    public struct IfcStrippedOptional : IExpressValueType, IPersist, IExpressBooleanType, IEquatable<bool>

    Constructors

    | Improve this Doc View Source

    IfcStrippedOptional(Boolean)

    Declaration
    public IfcStrippedOptional(bool val)
    Parameters
    Type Name Description
    System.Boolean val
    | Improve this Doc View Source

    IfcStrippedOptional(String)

    Declaration
    public IfcStrippedOptional(string val)
    Parameters
    Type Name Description
    System.String val

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public readonly object Value { get; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    Equals(Boolean)

    Declaration
    public bool Equals(bool other)
    Parameters
    Type Name Description
    System.Boolean other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    Operators

    | Improve this Doc View Source

    Equality(IfcStrippedOptional, IfcStrippedOptional)

    Declaration
    public static bool operator ==(IfcStrippedOptional obj1, IfcStrippedOptional obj2)
    Parameters
    Type Name Description
    IfcStrippedOptional obj1
    IfcStrippedOptional obj2
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Implicit(Boolean to IfcStrippedOptional)

    Declaration
    public static implicit operator IfcStrippedOptional(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    IfcStrippedOptional
    | Improve this Doc View Source

    Implicit(IfcStrippedOptional to Boolean)

    Declaration
    public static implicit operator bool (IfcStrippedOptional obj)
    Parameters
    Type Name Description
    IfcStrippedOptional obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Inequality(IfcStrippedOptional, IfcStrippedOptional)

    Declaration
    public static bool operator !=(IfcStrippedOptional obj1, IfcStrippedOptional obj2)
    Parameters
    Type Name Description
    IfcStrippedOptional obj1
    IfcStrippedOptional obj2
    Returns
    Type Description
    System.Boolean

    Explicit Interface Implementations

    | Improve this Doc View Source

    IExpressBooleanType.Value

    Declaration
    readonly bool IExpressBooleanType.Value { get; }
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IExpressValueType.UnderlyingSystemType

    Declaration
    readonly Type IExpressValueType.UnderlyingSystemType { get; }
    Returns
    Type Description
    System.Type
    | Improve this Doc View Source

    IPersist.Parse(Int32, IPropertyValue, Int32[])

    Declaration
    void IPersist.Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex

    Implements

    IExpressValueType
    IPersist
    IExpressBooleanType
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim