Search Results for

    Show / Hide Table of Contents

    Class IfcAppliedValue

    Inheritance
    System.Object
    PersistEntity
    IfcAppliedValue
    IfcCostValue
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcAppliedValue
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcAppliedValue>
    Inherited Members
    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.CostResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcAppliedValue", 79)]
    public class IfcAppliedValue : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcAppliedValue, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcAppliedValue>

    Properties

    | Improve this Doc View Source

    ApplicableDate

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

    AppliedValue

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

    ArithmeticOperator

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

    Category

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

    Components

    Declaration
    [EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
    public IOptionalItemSet<IfcAppliedValue> Components { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcAppliedValue>
    | Improve this Doc View Source

    Condition

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

    Description

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

    FixedUntilDate

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

    HasExternalReference

    Declaration
    [InverseProperty("RelatedResourceObjects")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 11)]
    public IEnumerable<IfcExternalReferenceRelationship> HasExternalReference { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcExternalReferenceRelationship>
    | Improve this Doc View Source

    Name

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

    UnitBasis

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcMeasureWithUnit UnitBasis { get; set; }
    Property Value
    Type Description
    IfcMeasureWithUnit

    Methods

    | Improve this Doc View Source

    AsString()

    Declaration
    public string AsString()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Equals(IfcAppliedValue)

    Declaration
    public bool Equals(IfcAppliedValue other)
    Parameters
    Type Name Description
    IfcAppliedValue 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
    PersistEntity.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

    IIfcAppliedValue.ApplicableDate

    Declaration
    IfcDate? IIfcAppliedValue.ApplicableDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>
    | Improve this Doc View Source

    IIfcAppliedValue.AppliedValue

    Declaration
    IIfcAppliedValueSelect IIfcAppliedValue.AppliedValue { get; set; }
    Returns
    Type Description
    IIfcAppliedValueSelect
    | Improve this Doc View Source

    IIfcAppliedValue.ArithmeticOperator

    Declaration
    IfcArithmeticOperatorEnum? IIfcAppliedValue.ArithmeticOperator { get; set; }
    Returns
    Type Description
    System.Nullable<IfcArithmeticOperatorEnum>
    | Improve this Doc View Source

    IIfcAppliedValue.Category

    Declaration
    IfcLabel? IIfcAppliedValue.Category { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAppliedValue.Components

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

    IIfcAppliedValue.Condition

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

    IIfcAppliedValue.Description

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

    IIfcAppliedValue.FixedUntilDate

    Declaration
    IfcDate? IIfcAppliedValue.FixedUntilDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>
    | Improve this Doc View Source

    IIfcAppliedValue.HasExternalReference

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcAppliedValue.HasExternalReference { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcAppliedValue.Name

    Declaration
    IfcLabel? IIfcAppliedValue.Name { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAppliedValue.UnitBasis

    Declaration
    IIfcMeasureWithUnit IIfcAppliedValue.UnitBasis { get; set; }
    Returns
    Type Description
    IIfcMeasureWithUnit

    Implements

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