Class IfcCurrencyRelationship
Inheritance
System.Object
IfcCurrencyRelationship
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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
|
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
|
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
|
Improve this Doc
View Source
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcMonetaryUnit RelatedMonetaryUnit { get; set; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
Equals(IfcCurrencyRelationship)
Declaration
public bool Equals(IfcCurrencyRelationship other)
Parameters
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
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
|
Improve this Doc
View Source
IIfcCurrencyRelationship.RateDateTime
Declaration
IIfcDateAndTime IIfcCurrencyRelationship.RateDateTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCurrencyRelationship.RateSource
Declaration
IIfcLibraryInformation IIfcCurrencyRelationship.RateSource { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcMonetaryUnit IIfcCurrencyRelationship.RelatedMonetaryUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCurrencyRelationship.RelatingMonetaryUnit
Declaration
IIfcMonetaryUnit IIfcCurrencyRelationship.RelatingMonetaryUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCurrencyRelationship.ExchangeRate
Declaration
[CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 5)]
IfcPositiveRatioMeasure IIfcCurrencyRelationship.ExchangeRate { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCurrencyRelationship.RateDateTime
Declaration
[CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 6)]
IfcDateTime? IIfcCurrencyRelationship.RateDateTime { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCurrencyRelationship.RateSource
Declaration
[CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 7)]
IIfcLibraryInformation IIfcCurrencyRelationship.RateSource { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 4)]
IIfcMonetaryUnit IIfcCurrencyRelationship.RelatedMonetaryUnit { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCurrencyRelationship.RelatingMonetaryUnit
Declaration
[CrossSchemaAttribute(typeof(IIfcCurrencyRelationship), 3)]
IIfcMonetaryUnit IIfcCurrencyRelationship.RelatingMonetaryUnit { get; set; }
Returns
|
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
System.IEquatable<T>