Class IfcConstructionResource
Inheritance
System.Object
IfcConstructionResource
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcObjectDefinition>
System.IEquatable<IfcObject>
System.IEquatable<IfcResource>
System.IEquatable<IfcConstructionResource>
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("IfcConstructionResource", 157)]
public abstract class IfcConstructionResource : IfcResource, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcObjectDefinition>, IEquatable<IfcObject>, IExpressValidatable, IEquatable<IfcResource>, IIfcConstructionResource, IIfcResource, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcResourceSelect, IIfcResourceSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcConstructionResource>
Properties
| Improve this Doc View SourceBaseCosts
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.List, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 21)]
public IOptionalItemSet<IfcAppliedValue> BaseCosts { get; }
Property Value
Type | Description |
---|---|
IOptionalItemSet<IfcAppliedValue> |
BaseQuantity
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 22)]
public IfcPhysicalQuantity BaseQuantity { get; set; }
Property Value
Type | Description |
---|---|
IfcPhysicalQuantity |
Usage
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 20)]
public IfcResourceTime Usage { get; set; }
Property Value
Type | Description |
---|---|
IfcResourceTime |
Methods
| Improve this Doc View SourceEquals(IfcConstructionResource)
Declaration
public bool Equals(IfcConstructionResource other)
Parameters
Type | Name | Description |
---|---|---|
IfcConstructionResource | 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 SourceIIfcConstructionResource.BaseCosts
Declaration
IItemSet<IIfcAppliedValue> IIfcConstructionResource.BaseCosts { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcAppliedValue> |
IIfcConstructionResource.BaseQuantity
Declaration
IIfcPhysicalQuantity IIfcConstructionResource.BaseQuantity { get; set; }
Returns
Type | Description |
---|---|
IIfcPhysicalQuantity |
IIfcConstructionResource.Usage
Declaration
IIfcResourceTime IIfcConstructionResource.Usage { get; set; }
Returns
Type | Description |
---|---|
IIfcResourceTime |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>