Search Results for

    Show / Hide Table of Contents

    Class IfcCurrencyRelationship

    Inheritance
    System.Object
    PersistEntity
    IfcResourceLevelRelationship
    IfcCurrencyRelationship
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcResourceLevelRelationship>
    IInstantiableEntity
    IIfcCurrencyRelationship
    IIfcResourceLevelRelationship
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcCurrencyRelationship>
    Inherited Members
    IfcResourceLevelRelationship.IIfcResourceLevelRelationship.Name
    IfcResourceLevelRelationship.IIfcResourceLevelRelationship.Description
    IfcResourceLevelRelationship.Name
    IfcResourceLevelRelationship.Description
    IfcResourceLevelRelationship.Equals(IfcResourceLevelRelationship)
    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("IfcCurrencyRelationship", 195)]
    public class IfcCurrencyRelationship : IfcResourceLevelRelationship, INotifyPropertyChanged, IEquatable<IfcResourceLevelRelationship>, IInstantiableEntity, IIfcCurrencyRelationship, IIfcResourceLevelRelationship, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCurrencyRelationship>

    Properties

    | Improve this Doc View Source

    ExchangeRate

    Declaration
    [EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcPositiveRatioMeasure ExchangeRate { get; set; }
    Property Value
    Type Description
    IfcPositiveRatioMeasure
    | Improve this Doc View Source

    RateDateTime

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

    RateSource

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

    RelatedMonetaryUnit

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

    RelatingMonetaryUnit

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcMonetaryUnit RelatingMonetaryUnit { get; set; }
    Property Value
    Type Description
    IfcMonetaryUnit

    Methods

    | Improve this Doc View Source

    Equals(IfcCurrencyRelationship)

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

    IIfcCurrencyRelationship.ExchangeRate

    Declaration
    IfcPositiveRatioMeasure IIfcCurrencyRelationship.ExchangeRate { get; set; }
    Returns
    Type Description
    IfcPositiveRatioMeasure
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RateDateTime

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

    IIfcCurrencyRelationship.RateSource

    Declaration
    IIfcLibraryInformation IIfcCurrencyRelationship.RateSource { get; set; }
    Returns
    Type Description
    IIfcLibraryInformation
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RelatedMonetaryUnit

    Declaration
    IIfcMonetaryUnit IIfcCurrencyRelationship.RelatedMonetaryUnit { get; set; }
    Returns
    Type Description
    IIfcMonetaryUnit
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RelatingMonetaryUnit

    Declaration
    IIfcMonetaryUnit IIfcCurrencyRelationship.RelatingMonetaryUnit { get; set; }
    Returns
    Type Description
    IIfcMonetaryUnit

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IInstantiableEntity
    IIfcCurrencyRelationship
    IIfcResourceLevelRelationship
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim