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.Ifc2x3.ConstructionMgmtDomain
Assembly: Xbim.Ifc2x3.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, IEquatable<IfcConstructionResource>, IIfcConstructionResource, IIfcResource, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcResourceSelect, IIfcResourceSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
| Improve this Doc View SourceBaseQuantity
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 15)]
public IfcMeasureWithUnit BaseQuantity { get; set; }
Property Value
Type | Description |
---|---|
IfcMeasureWithUnit |
ResourceConsumption
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 14)]
public IfcResourceConsumptionEnum? ResourceConsumption { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcResourceConsumptionEnum> |
ResourceGroup
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcLabel? ResourceGroup { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
ResourceIdentifier
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcIdentifier? ResourceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
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.BaseQuantity
Declaration
IIfcMeasureWithUnit IIfcConstructionResource.BaseQuantity { get; set; }
Returns
Type | Description |
---|---|
IIfcMeasureWithUnit |
IIfcConstructionResource.ResourceConsumption
Declaration
IfcResourceConsumptionEnum? IIfcConstructionResource.ResourceConsumption { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcResourceConsumptionEnum> |
IIfcConstructionResource.ResourceGroup
Declaration
IfcLabel? IIfcConstructionResource.ResourceGroup { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
IIfcConstructionResource.ResourceIdentifier
Declaration
IfcIdentifier? IIfcConstructionResource.ResourceIdentifier { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
IIfcConstructionResource.BaseCosts
Declaration
[CrossSchemaAttribute(typeof(IIfcConstructionResource), 9)]
IItemSet<IIfcAppliedValue> IIfcConstructionResource.BaseCosts { get; }
Returns
Type | Description |
---|---|
IItemSet<IIfcAppliedValue> |
IIfcConstructionResource.BaseQuantity
Declaration
[CrossSchemaAttribute(typeof(IIfcConstructionResource), 10)]
IIfcPhysicalQuantity IIfcConstructionResource.BaseQuantity { get; set; }
Returns
Type | Description |
---|---|
IIfcPhysicalQuantity |
IIfcConstructionResource.Usage
Declaration
[CrossSchemaAttribute(typeof(IIfcConstructionResource), 8)]
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>