Search Results for

    Show / Hide Table of Contents

    Class IfcCostValue

    Inheritance
    System.Object
    PersistEntity
    IfcAppliedValue
    IfcCostValue
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcAppliedValue>
    IExpressValidatable
    IInstantiableEntity
    IIfcCostValue
    IIfcAppliedValue
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IContainsEntityReferences
    System.IEquatable<IfcCostValue>
    IIfcCostValue
    IIfcAppliedValue
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    Inherited Members
    IfcAppliedValue.IIfcAppliedValue.Name
    IfcAppliedValue.IIfcAppliedValue.Description
    IfcAppliedValue.IIfcAppliedValue.AppliedValue
    IfcAppliedValue.IIfcAppliedValue.UnitBasis
    IfcAppliedValue.IIfcAppliedValue.ApplicableDate
    IfcAppliedValue.IIfcAppliedValue.FixedUntilDate
    IfcAppliedValue.IIfcAppliedValue.ValuesReferenced
    IfcAppliedValue.IIfcAppliedValue.ValueOfComponents
    IfcAppliedValue.IIfcAppliedValue.IsComponentIn
    IfcAppliedValue.Name
    IfcAppliedValue.Description
    IfcAppliedValue.AppliedValue
    IfcAppliedValue.UnitBasis
    IfcAppliedValue.ApplicableDate
    IfcAppliedValue.FixedUntilDate
    IfcAppliedValue.ValuesReferenced
    IfcAppliedValue.ValueOfComponents
    IfcAppliedValue.IsComponentIn
    IfcAppliedValue.Equals(IfcAppliedValue)
    IfcAppliedValue.AsString()
    IfcAppliedValue.IIfcAppliedValue.Name
    IfcAppliedValue.IIfcAppliedValue.Description
    IfcAppliedValue.IIfcAppliedValue.AppliedValue
    IfcAppliedValue.IIfcAppliedValue.UnitBasis
    IfcAppliedValue.IIfcAppliedValue.ApplicableDate
    IfcAppliedValue.IIfcAppliedValue.FixedUntilDate
    IfcAppliedValue.IIfcAppliedValue.Category
    IfcAppliedValue.IIfcAppliedValue.Condition
    IfcAppliedValue.IIfcAppliedValue.ArithmeticOperator
    IfcAppliedValue.IIfcAppliedValue.Components
    IfcAppliedValue.IIfcAppliedValue.HasExternalReference
    IfcAppliedValue.ValidateClause(IfcAppliedValue.IfcAppliedValueClause)
    IfcAppliedValue.Validate()
    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.Ifc2x3.CostResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcCostValue", 658)]
    public class IfcCostValue : IfcAppliedValue, INotifyPropertyChanged, IEquatable<IfcAppliedValue>, IExpressValidatable, IInstantiableEntity, IIfcCostValue, IIfcAppliedValue, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcMetricValueSelect, IIfcMetricValueSelect, IContainsEntityReferences, IEquatable<IfcCostValue>, IIfcCostValue, IIfcAppliedValue, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Condition

    Declaration
    [EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
    public IfcText? Condition { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    CostType

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
    public IfcLabel CostType { get; set; }
    Property Value
    Type Description
    IfcLabel

    Methods

    | Improve this Doc View Source

    Equals(IfcCostValue)

    Declaration
    public bool Equals(IfcCostValue other)
    Parameters
    Type Name Description
    IfcCostValue 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
    IfcAppliedValue.Parse(Int32, IPropertyValue, Int32[])

    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

    IIfcCostValue.Condition

    Declaration
    IfcText? IIfcCostValue.Condition { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcCostValue.CostType

    Declaration
    IfcLabel IIfcCostValue.CostType { get; set; }
    Returns
    Type Description
    IfcLabel

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IExpressValidatable
    IInstantiableEntity
    IIfcCostValue
    IIfcAppliedValue
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IContainsEntityReferences
    System.IEquatable<T>
    IIfcCostValue
    IIfcAppliedValue
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim