Class IfcMonetaryUnit
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.MeasureResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcMonetaryUnit", 545)]
public class IfcMonetaryUnit : PersistEntity, INotifyPropertyChanged, IIfcMonetaryUnit, IfcUnit, IInstantiableEntity, IIfcMonetaryUnit, IfcUnit, IIfcUnit, IIfcUnit, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcMonetaryUnit>
Properties
| Improve this Doc View SourceCurrency
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 1)]
public IfcCurrencyEnum Currency { get; set; }
Property Value
Type | Description |
---|---|
IfcCurrencyEnum |
FullEnglishName
Get full English name of the currency
Declaration
public string FullEnglishName { get; }
Property Value
Type | Description |
---|---|
System.String | String as full name |
FullName
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
FullNativeName
Get full Native name of the currency
Declaration
public string FullNativeName { get; }
Property Value
Type | Description |
---|---|
System.String | String holding full name |
Symbol
Get Symbol string for money unit
Declaration
public string Symbol { get; }
Property Value
Type | Description |
---|---|
System.String | String holding symbol |
Methods
| Improve this Doc View SourceEquals(IfcMonetaryUnit)
Declaration
public bool Equals(IfcMonetaryUnit other)
Parameters
Type | Name | Description |
---|---|---|
IfcMonetaryUnit | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIIfcMonetaryUnit.Currency
Declaration
IfcCurrencyEnum IIfcMonetaryUnit.Currency { get; set; }
Returns
Type | Description |
---|---|
IfcCurrencyEnum |
IIfcMonetaryUnit.Currency
Declaration
[CrossSchemaAttribute(typeof(IIfcMonetaryUnit), 1)]
IfcLabel IIfcMonetaryUnit.Currency { get; set; }
Returns
Type | Description |
---|---|
IfcLabel |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>