Search Results for

    Show / Hide Table of Contents

    Class IfcPropertyBoundedValue

    Inheritance
    System.Object
    PersistEntity
    IfcPropertyAbstraction
    IfcProperty
    IfcSimpleProperty
    IfcPropertyBoundedValue
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcPropertyAbstraction>
    System.IEquatable<IfcProperty>
    System.IEquatable<IfcSimpleProperty>
    IInstantiableEntity
    IIfcPropertyBoundedValue
    IIfcSimpleProperty
    IIfcProperty
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcPropertyBoundedValue>
    IExpressValidatable
    Inherited Members
    IfcSimpleProperty.Equals(IfcSimpleProperty)
    IfcProperty.IIfcProperty.Name
    IfcProperty.IIfcProperty.Description
    IfcProperty.IIfcProperty.PartOfPset
    IfcProperty.IIfcProperty.PropertyForDependance
    IfcProperty.IIfcProperty.PropertyDependsOn
    IfcProperty.IIfcProperty.PartOfComplex
    IfcProperty.IIfcProperty.HasConstraints
    IfcProperty.IIfcProperty.HasApprovals
    IfcProperty.Name
    IfcProperty.Description
    IfcProperty.PartOfPset
    IfcProperty.PropertyForDependance
    IfcProperty.PropertyDependsOn
    IfcProperty.PartOfComplex
    IfcProperty.HasConstraints
    IfcProperty.HasApprovals
    IfcProperty.Equals(IfcProperty)
    IfcPropertyAbstraction.IIfcPropertyAbstraction.HasExternalReferences
    IfcPropertyAbstraction.HasExternalReferences
    IfcPropertyAbstraction.Equals(IfcPropertyAbstraction)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc4.PropertyResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcPropertyBoundedValue", 3)]
    public class IfcPropertyBoundedValue : IfcSimpleProperty, INotifyPropertyChanged, IEquatable<IfcPropertyAbstraction>, IEquatable<IfcProperty>, IEquatable<IfcSimpleProperty>, IInstantiableEntity, IIfcPropertyBoundedValue, IIfcSimpleProperty, IIfcProperty, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyBoundedValue>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    LowerBoundValue

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 11)]
    public IfcValue LowerBoundValue { get; set; }
    Property Value
    Type Description
    IfcValue
    | Improve this Doc View Source

    SetPointValue

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 13)]
    public IfcValue SetPointValue { get; set; }
    Property Value
    Type Description
    IfcValue
    | Improve this Doc View Source

    Unit

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 12)]
    public IfcUnit Unit { get; set; }
    Property Value
    Type Description
    IfcUnit
    | Improve this Doc View Source

    UpperBoundValue

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 10)]
    public IfcValue UpperBoundValue { get; set; }
    Property Value
    Type Description
    IfcValue

    Methods

    | Improve this Doc View Source

    Equals(IfcPropertyBoundedValue)

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

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcSimpleProperty.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcPropertyBoundedValue.IfcPropertyBoundedValueClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcPropertyBoundedValue.IfcPropertyBoundedValueClause clause)
    Parameters
    Type Name Description
    IfcPropertyBoundedValue.IfcPropertyBoundedValueClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcPropertyBoundedValue.LowerBoundValue

    Declaration
    IIfcValue IIfcPropertyBoundedValue.LowerBoundValue { get; set; }
    Returns
    Type Description
    IIfcValue
    | Improve this Doc View Source

    IIfcPropertyBoundedValue.SetPointValue

    Declaration
    IIfcValue IIfcPropertyBoundedValue.SetPointValue { get; set; }
    Returns
    Type Description
    IIfcValue
    | Improve this Doc View Source

    IIfcPropertyBoundedValue.Unit

    Declaration
    IIfcUnit IIfcPropertyBoundedValue.Unit { get; set; }
    Returns
    Type Description
    IIfcUnit
    | Improve this Doc View Source

    IIfcPropertyBoundedValue.UpperBoundValue

    Declaration
    IIfcValue IIfcPropertyBoundedValue.UpperBoundValue { get; set; }
    Returns
    Type Description
    IIfcValue

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IInstantiableEntity
    IIfcPropertyBoundedValue
    IIfcSimpleProperty
    IIfcProperty
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim