Class IfcCostItem
Inheritance
System.Object
IfcCostItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcControl>
System.IEquatable<IfcCostItem>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.SharedMgmtElements
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcCostItem", 694)]
public class IfcCostItem : IfcControl, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcControl>, IInstantiableEntity, IIfcCostItem, IIfcControl, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcCostItem>
Properties
| Improve this Doc View SourceCostQuantities
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 21)]
public IOptionalItemSet<IfcPhysicalQuantity> CostQuantities { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcPhysicalQuantity> |
CostValues
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 20)]
public IOptionalItemSet<IfcCostValue> CostValues { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcCostValue> |
PredefinedType
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 19)]
public IfcCostItemTypeEnum? PredefinedType { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcCostItemTypeEnum> |
Methods
| Improve this Doc View SourceEquals(IfcCostItem)
Declaration
public bool Equals(IfcCostItem other)
Parameters
Type | Name | Description |
---|---|---|
IfcCostItem | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcCostItem.CostQuantities
Declaration
IItemSet<IIfcPhysicalQuantity> IIfcCostItem.CostQuantities { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcPhysicalQuantity> |
IIfcCostItem.CostValues
Declaration
IItemSet<IIfcCostValue> IIfcCostItem.CostValues { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcCostValue> |
IIfcCostItem.PredefinedType
Declaration
IfcCostItemTypeEnum? IIfcCostItem.PredefinedType { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCostItemTypeEnum> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>