Class IfcWaterProperties
Inheritance
System.Object
IfcWaterProperties
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("IfcWaterProperties", 721)]
public class IfcWaterProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcWaterProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcWaterProperties>
Properties
|
Improve this Doc
View Source
AcidityConcentration
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcIonConcentrationMeasure? AcidityConcentration { get; set; }
Property Value
|
Improve this Doc
View Source
AlkalinityConcentration
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcIonConcentrationMeasure? AlkalinityConcentration { get; set; }
Property Value
|
Improve this Doc
View Source
DissolvedSolidsContent
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcNormalisedRatioMeasure? DissolvedSolidsContent { get; set; }
Property Value
|
Improve this Doc
View Source
Hardness
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcIonConcentrationMeasure? Hardness { get; set; }
Property Value
|
Improve this Doc
View Source
ImpuritiesContent
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcNormalisedRatioMeasure? ImpuritiesContent { get; set; }
Property Value
|
Improve this Doc
View Source
IsPotable
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public bool? IsPotable { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
PHLevel
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPHMeasure? PHLevel { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcWaterProperties)
Declaration
public bool Equals(IfcWaterProperties 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
IIfcWaterProperties.AcidityConcentration
Declaration
IfcIonConcentrationMeasure? IIfcWaterProperties.AcidityConcentration { get; set; }
Returns
|
Improve this Doc
View Source
IIfcWaterProperties.AlkalinityConcentration
Declaration
IfcIonConcentrationMeasure? IIfcWaterProperties.AlkalinityConcentration { get; set; }
Returns
|
Improve this Doc
View Source
IIfcWaterProperties.DissolvedSolidsContent
Declaration
IfcNormalisedRatioMeasure? IIfcWaterProperties.DissolvedSolidsContent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcWaterProperties.Hardness
Declaration
IfcIonConcentrationMeasure? IIfcWaterProperties.Hardness { get; set; }
Returns
|
Improve this Doc
View Source
IIfcWaterProperties.ImpuritiesContent
Declaration
IfcNormalisedRatioMeasure? IIfcWaterProperties.ImpuritiesContent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcWaterProperties.IsPotable
Declaration
bool? IIfcWaterProperties.IsPotable { get; set; }
Returns
| Type |
Description |
| System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
IIfcWaterProperties.PHLevel
Declaration
IfcPHMeasure? IIfcWaterProperties.PHLevel { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>