Search Results for

    Show / Hide Table of Contents

    Class IfcWaterProperties

    Inheritance
    System.Object
    PersistEntity
    IfcMaterialProperties
    IfcWaterProperties
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<IfcMaterialProperties>
    IInstantiableEntity
    IIfcWaterProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcWaterProperties>
    Inherited Members
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.IIfcExtendedProperties.Name
    IfcMaterialProperties.IIfcExtendedProperties.Description
    IfcMaterialProperties.IIfcExtendedProperties.Properties
    IfcMaterialProperties.IIfcPropertyAbstraction.HasExternalReferences
    IfcMaterialProperties.IIfcMaterialProperties.Material
    IfcMaterialProperties.Material
    IfcMaterialProperties.Equals(IfcMaterialProperties)
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.MaterialPropertyResource
    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
    Type Description
    System.Nullable<IfcIonConcentrationMeasure>
    | 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
    Type Description
    System.Nullable<IfcIonConcentrationMeasure>
    | 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
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | 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
    Type Description
    System.Nullable<IfcIonConcentrationMeasure>
    | 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
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | 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
    Type Description
    System.Nullable<IfcPHMeasure>

    Methods

    | Improve this Doc View Source

    Equals(IfcWaterProperties)

    Declaration
    public bool Equals(IfcWaterProperties other)
    Parameters
    Type Name Description
    IfcWaterProperties other
    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
    IfcMaterialProperties.Parse(Int32, IPropertyValue, Int32[])

    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
    Type Description
    System.Nullable<IfcIonConcentrationMeasure>
    | Improve this Doc View Source

    IIfcWaterProperties.AlkalinityConcentration

    Declaration
    IfcIonConcentrationMeasure? IIfcWaterProperties.AlkalinityConcentration { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIonConcentrationMeasure>
    | Improve this Doc View Source

    IIfcWaterProperties.DissolvedSolidsContent

    Declaration
    IfcNormalisedRatioMeasure? IIfcWaterProperties.DissolvedSolidsContent { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | Improve this Doc View Source

    IIfcWaterProperties.Hardness

    Declaration
    IfcIonConcentrationMeasure? IIfcWaterProperties.Hardness { get; set; }
    Returns
    Type Description
    System.Nullable<IfcIonConcentrationMeasure>
    | Improve this Doc View Source

    IIfcWaterProperties.ImpuritiesContent

    Declaration
    IfcNormalisedRatioMeasure? IIfcWaterProperties.ImpuritiesContent { get; set; }
    Returns
    Type Description
    System.Nullable<IfcNormalisedRatioMeasure>
    | 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
    Type Description
    System.Nullable<IfcPHMeasure>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IIfcMaterialProperties
    IIfcExtendedProperties
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    System.IEquatable<T>
    IInstantiableEntity
    IIfcWaterProperties
    IIfcMaterialProperties
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim