Class IfcSpaceThermalLoadProperties
Inheritance
System.Object
IfcSpaceThermalLoadProperties
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcSpaceThermalLoadProperties", 610)]
public class IfcSpaceThermalLoadProperties : IfcPropertySetDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IEquatable<IfcPropertySetDefinition>, IInstantiableEntity, IIfcSpaceThermalLoadProperties, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcSpaceThermalLoadProperties>
Properties
|
Improve this Doc
View Source
ApplicableValueRatio
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPositiveRatioMeasure? ApplicableValueRatio { get; set; }
Property Value
|
Improve this Doc
View Source
MaximumValue
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPowerMeasure MaximumValue { get; set; }
Property Value
|
Improve this Doc
View Source
MinimumValue
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 13)]
public IfcPowerMeasure? MinimumValue { get; set; }
Property Value
|
Improve this Doc
View Source
PropertySource
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 10)]
public IfcPropertySourceEnum PropertySource { get; set; }
Property Value
|
Improve this Doc
View Source
SourceDescription
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcText? SourceDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
ThermalLoadSource
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 9)]
public IfcThermalLoadSourceEnum ThermalLoadSource { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalLoadTimeSeriesValues
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 14)]
public IfcTimeSeries ThermalLoadTimeSeriesValues { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalLoadType
Declaration
[EntityAttribute(14, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 17)]
public IfcThermalLoadTypeEnum ThermalLoadType { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedPropertySource
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 16)]
public IfcLabel? UserDefinedPropertySource { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
UserDefinedThermalLoadSource
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 15)]
public IfcLabel? UserDefinedThermalLoadSource { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcSpaceThermalLoadProperties)
Declaration
public bool Equals(IfcSpaceThermalLoadProperties other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
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 Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.ApplicableValueRatio
Declaration
IfcPositiveRatioMeasure? IIfcSpaceThermalLoadProperties.ApplicableValueRatio { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.MaximumValue
Declaration
IfcPowerMeasure IIfcSpaceThermalLoadProperties.MaximumValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.MinimumValue
Declaration
IfcPowerMeasure? IIfcSpaceThermalLoadProperties.MinimumValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.PropertySource
Declaration
IfcPropertySourceEnum IIfcSpaceThermalLoadProperties.PropertySource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.SourceDescription
Declaration
IfcText? IIfcSpaceThermalLoadProperties.SourceDescription { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.ThermalLoadSource
Declaration
IfcThermalLoadSourceEnum IIfcSpaceThermalLoadProperties.ThermalLoadSource { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.ThermalLoadTimeSeriesValues
Declaration
IIfcTimeSeries IIfcSpaceThermalLoadProperties.ThermalLoadTimeSeriesValues { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.ThermalLoadType
Declaration
IfcThermalLoadTypeEnum IIfcSpaceThermalLoadProperties.ThermalLoadType { get; set; }
Returns
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.UserDefinedPropertySource
Declaration
IfcLabel? IIfcSpaceThermalLoadProperties.UserDefinedPropertySource { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcSpaceThermalLoadProperties.UserDefinedThermalLoadSource
Declaration
IfcLabel? IIfcSpaceThermalLoadProperties.UserDefinedThermalLoadSource { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>