Search Results for

    Show / Hide Table of Contents

    Class IfcEnvironmentalImpactValue

    Inheritance
    System.Object
    PersistEntity
    IfcAppliedValue
    IfcEnvironmentalImpactValue
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcAppliedValue>
    IIfcAppliedValue
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IInstantiableEntity
    IIfcEnvironmentalImpactValue
    IIfcAppliedValue
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcEnvironmentalImpactValue>
    IExpressValidatable
    Inherited Members
    IfcAppliedValue.IIfcAppliedValue.Name
    IfcAppliedValue.IIfcAppliedValue.Description
    IfcAppliedValue.IIfcAppliedValue.AppliedValue
    IfcAppliedValue.IIfcAppliedValue.UnitBasis
    IfcAppliedValue.IIfcAppliedValue.ApplicableDate
    IfcAppliedValue.IIfcAppliedValue.FixedUntilDate
    IfcAppliedValue.IIfcAppliedValue.ValuesReferenced
    IfcAppliedValue.IIfcAppliedValue.ValueOfComponents
    IfcAppliedValue.IIfcAppliedValue.IsComponentIn
    IfcAppliedValue.Name
    IfcAppliedValue.Description
    IfcAppliedValue.AppliedValue
    IfcAppliedValue.UnitBasis
    IfcAppliedValue.ApplicableDate
    IfcAppliedValue.FixedUntilDate
    IfcAppliedValue.ValuesReferenced
    IfcAppliedValue.ValueOfComponents
    IfcAppliedValue.IsComponentIn
    IfcAppliedValue.Equals(IfcAppliedValue)
    IfcAppliedValue.AsString()
    IfcAppliedValue.IIfcAppliedValue.Name
    IfcAppliedValue.IIfcAppliedValue.Description
    IfcAppliedValue.IIfcAppliedValue.AppliedValue
    IfcAppliedValue.IIfcAppliedValue.UnitBasis
    IfcAppliedValue.IIfcAppliedValue.ApplicableDate
    IfcAppliedValue.IIfcAppliedValue.FixedUntilDate
    IfcAppliedValue.IIfcAppliedValue.Category
    IfcAppliedValue.IIfcAppliedValue.Condition
    IfcAppliedValue.IIfcAppliedValue.ArithmeticOperator
    IfcAppliedValue.IIfcAppliedValue.Components
    IfcAppliedValue.IIfcAppliedValue.HasExternalReference
    IfcAppliedValue.ValidateClause(IfcAppliedValue.IfcAppliedValueClause)
    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.CostResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcEnvironmentalImpactValue", 78)]
    public class IfcEnvironmentalImpactValue : IfcAppliedValue, INotifyPropertyChanged, IEquatable<IfcAppliedValue>, IIfcAppliedValue, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IInstantiableEntity, IIfcEnvironmentalImpactValue, IIfcAppliedValue, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcEnvironmentalImpactValue>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Category

    Declaration
    [EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 11)]
    public IfcEnvironmentalImpactCategoryEnum Category { get; set; }
    Property Value
    Type Description
    IfcEnvironmentalImpactCategoryEnum
    | Improve this Doc View Source

    ImpactType

    Declaration
    [EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
    public IfcLabel ImpactType { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    UserDefinedCategory

    Declaration
    [EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
    public IfcLabel? UserDefinedCategory { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>

    Methods

    | Improve this Doc View Source

    Equals(IfcEnvironmentalImpactValue)

    Declaration
    public bool Equals(IfcEnvironmentalImpactValue other)
    Parameters
    Type Name Description
    IfcEnvironmentalImpactValue 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
    IfcAppliedValue.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public override IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    Overrides
    IfcAppliedValue.Validate()
    | Improve this Doc View Source

    ValidateClause(IfcEnvironmentalImpactValue.IfcEnvironmentalImpactValueClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcEnvironmentalImpactValue.IfcEnvironmentalImpactValueClause clause)
    Parameters
    Type Name Description
    IfcEnvironmentalImpactValue.IfcEnvironmentalImpactValueClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    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

    IIfcEnvironmentalImpactValue.Category

    Declaration
    IfcEnvironmentalImpactCategoryEnum IIfcEnvironmentalImpactValue.Category { get; set; }
    Returns
    Type Description
    IfcEnvironmentalImpactCategoryEnum
    | Improve this Doc View Source

    IIfcEnvironmentalImpactValue.ImpactType

    Declaration
    IfcLabel IIfcEnvironmentalImpactValue.ImpactType { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcEnvironmentalImpactValue.UserDefinedCategory

    Declaration
    IfcLabel? IIfcEnvironmentalImpactValue.UserDefinedCategory { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    IIfcAppliedValue
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IInstantiableEntity
    IIfcEnvironmentalImpactValue
    IIfcAppliedValue
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<T>
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim