Search Results for

    Show / Hide Table of Contents

    Class IfcCurrencyRelationship

    Inheritance
    System.Object
    PersistEntity
    IfcCurrencyRelationship
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcCurrencyRelationship
    IContainsEntityReferences
    System.IEquatable<IfcCurrencyRelationship>
    IIfcCurrencyRelationship
    IIfcResourceLevelRelationship
    IPersistEntity
    IPersist
    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.Ifc2x3.CostResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcCurrencyRelationship", 195)]
    public class IfcCurrencyRelationship : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcCurrencyRelationship, IContainsEntityReferences, IEquatable<IfcCurrencyRelationship>, IIfcCurrencyRelationship, IIfcResourceLevelRelationship, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ExchangeRate

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

    RateDateTime

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

    RateSource

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

    RelatedMonetaryUnit

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

    RelatingMonetaryUnit

    Declaration
    [EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
    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
    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

    IIfcCurrencyRelationship.ExchangeRate

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

    IIfcCurrencyRelationship.RateDateTime

    Declaration
    IIfcDateAndTime IIfcCurrencyRelationship.RateDateTime { get; set; }
    Returns
    Type Description
    IIfcDateAndTime
    | 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
    | Improve this Doc View Source

    IIfcCurrencyRelationship.ExchangeRate

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 5)]
    IfcPositiveRatioMeasure IIfcCurrencyRelationship.ExchangeRate { get; set; }
    Returns
    Type Description
    IfcPositiveRatioMeasure
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RateDateTime

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 6)]
    IfcDateTime? IIfcCurrencyRelationship.RateDateTime { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RateSource

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 7)]
    IIfcLibraryInformation IIfcCurrencyRelationship.RateSource { get; set; }
    Returns
    Type Description
    IIfcLibraryInformation
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RelatedMonetaryUnit

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 4)]
    IIfcMonetaryUnit IIfcCurrencyRelationship.RelatedMonetaryUnit { get; set; }
    Returns
    Type Description
    IIfcMonetaryUnit
    | Improve this Doc View Source

    IIfcCurrencyRelationship.RelatingMonetaryUnit

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 3)]
    IIfcMonetaryUnit IIfcCurrencyRelationship.RelatingMonetaryUnit { get; set; }
    Returns
    Type Description
    IIfcMonetaryUnit
    | Improve this Doc View Source

    IIfcResourceLevelRelationship.Description

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 2)]
    IfcText? IIfcResourceLevelRelationship.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcResourceLevelRelationship.Name

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 1)]
    IfcLabel? IIfcResourceLevelRelationship.Name { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

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