Class IfcConstructionResourceType
Inheritance
System.Object
IfcConstructionResourceType
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcTypeObject>
System.IEquatable<IfcTypeResource>
System.IEquatable<IfcConstructionResourceType>
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.ConstructionMgmtDomain
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcConstructionResourceType", 1137)]
public abstract class IfcConstructionResourceType : IfcTypeResource, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IInstantiableEntity, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcTypeObject>, IExpressValidatable, IEquatable<IfcTypeResource>, IIfcConstructionResourceType, IIfcTypeResource, IIfcTypeObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcResourceSelect, IIfcResourceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcConstructionResourceType>
Properties
| Improve this Doc View SourceBaseCosts
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 19)]
public IOptionalItemSet<IfcAppliedValue> BaseCosts { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcAppliedValue> |
BaseQuantity
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 20)]
public IfcPhysicalQuantity BaseQuantity { get; set; }
Property Value
Type | Description |
---|---|
IfcPhysicalQuantity |
Methods
| Improve this Doc View SourceEquals(IfcConstructionResourceType)
Declaration
public bool Equals(IfcConstructionResourceType other)
Parameters
Type | Name | Description |
---|---|---|
IfcConstructionResourceType | 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 SourceIIfcConstructionResourceType.BaseCosts
Declaration
IItemSet<IIfcAppliedValue> IIfcConstructionResourceType.BaseCosts { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcAppliedValue> |
IIfcConstructionResourceType.BaseQuantity
Declaration
IIfcPhysicalQuantity IIfcConstructionResourceType.BaseQuantity { get; set; }
Returns
Type | Description |
---|---|
IIfcPhysicalQuantity |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>