Search Results for

    Show / Hide Table of Contents

    Class IfcAppliedValue

    Inheritance
    System.Object
    PersistEntity
    IfcAppliedValue
    IfcCostValue
    IfcEnvironmentalImpactValue
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcAppliedValue
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    System.IEquatable<IfcAppliedValue>
    IIfcAppliedValue
    IfcMetricValueSelect
    IIfcMetricValueSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    IExpressValidatable
    Inherited Members
    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("IfcAppliedValue", 79)]
    public abstract class IfcAppliedValue : PersistEntity, INotifyPropertyChanged, IIfcAppliedValue, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IEquatable<IfcAppliedValue>, IIfcAppliedValue, IfcMetricValueSelect, IIfcMetricValueSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IPersistEntity, IPersist, IExpressValidatable

    Properties

    | Improve this Doc View Source

    ApplicableDate

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcDateTimeSelect ApplicableDate { get; set; }
    Property Value
    Type Description
    IfcDateTimeSelect
    | Improve this Doc View Source

    AppliedValue

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcAppliedValueSelect AppliedValue { get; set; }
    Property Value
    Type Description
    IfcAppliedValueSelect
    | Improve this Doc View Source

    Description

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
    public IfcText? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    FixedUntilDate

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
    public IfcDateTimeSelect FixedUntilDate { get; set; }
    Property Value
    Type Description
    IfcDateTimeSelect
    | Improve this Doc View Source

    IsComponentIn

    Declaration
    [InverseProperty("Components")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 9)]
    public IEnumerable<IfcAppliedValueRelationship> IsComponentIn { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcAppliedValueRelationship>
    | Improve this Doc View Source

    Name

    Declaration
    [EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
    public IfcLabel? Name { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    UnitBasis

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcMeasureWithUnit UnitBasis { get; set; }
    Property Value
    Type Description
    IfcMeasureWithUnit
    | Improve this Doc View Source

    ValueOfComponents

    Declaration
    [InverseProperty("ComponentOfTotal")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 8)]
    public IEnumerable<IfcAppliedValueRelationship> ValueOfComponents { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcAppliedValueRelationship>
    | Improve this Doc View Source

    ValuesReferenced

    Declaration
    [InverseProperty("ReferencingValues")]
    [EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 7)]
    public IEnumerable<IfcReferencesValueDocument> ValuesReferenced { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IfcReferencesValueDocument>

    Methods

    | Improve this Doc View Source

    AsString()

    Declaration
    public string AsString()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Equals(IfcAppliedValue)

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

    Validate()

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

    ValidateClause(IfcAppliedValue.IfcAppliedValueClause)

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

    Declaration
    public bool ValidateClause(IfcAppliedValue.IfcAppliedValueClause clause)
    Parameters
    Type Name Description
    IfcAppliedValue.IfcAppliedValueClause 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

    IIfcAppliedValue.ApplicableDate

    Declaration
    IIfcDateTimeSelect IIfcAppliedValue.ApplicableDate { get; set; }
    Returns
    Type Description
    IIfcDateTimeSelect
    | Improve this Doc View Source

    IIfcAppliedValue.AppliedValue

    Declaration
    IIfcAppliedValueSelect IIfcAppliedValue.AppliedValue { get; set; }
    Returns
    Type Description
    IIfcAppliedValueSelect
    | Improve this Doc View Source

    IIfcAppliedValue.Description

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

    IIfcAppliedValue.FixedUntilDate

    Declaration
    IIfcDateTimeSelect IIfcAppliedValue.FixedUntilDate { get; set; }
    Returns
    Type Description
    IIfcDateTimeSelect
    | Improve this Doc View Source

    IIfcAppliedValue.IsComponentIn

    Declaration
    IEnumerable<IIfcAppliedValueRelationship> IIfcAppliedValue.IsComponentIn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAppliedValueRelationship>
    | Improve this Doc View Source

    IIfcAppliedValue.Name

    Declaration
    IfcLabel? IIfcAppliedValue.Name { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAppliedValue.UnitBasis

    Declaration
    IIfcMeasureWithUnit IIfcAppliedValue.UnitBasis { get; set; }
    Returns
    Type Description
    IIfcMeasureWithUnit
    | Improve this Doc View Source

    IIfcAppliedValue.ValueOfComponents

    Declaration
    IEnumerable<IIfcAppliedValueRelationship> IIfcAppliedValue.ValueOfComponents { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAppliedValueRelationship>
    | Improve this Doc View Source

    IIfcAppliedValue.ValuesReferenced

    Declaration
    IEnumerable<IIfcReferencesValueDocument> IIfcAppliedValue.ValuesReferenced { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcReferencesValueDocument>
    | Improve this Doc View Source

    IIfcAppliedValue.ApplicableDate

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 5)]
    IfcDate? IIfcAppliedValue.ApplicableDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>
    | Improve this Doc View Source

    IIfcAppliedValue.AppliedValue

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 3)]
    IIfcAppliedValueSelect IIfcAppliedValue.AppliedValue { get; set; }
    Returns
    Type Description
    IIfcAppliedValueSelect
    | Improve this Doc View Source

    IIfcAppliedValue.ArithmeticOperator

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 9)]
    IfcArithmeticOperatorEnum? IIfcAppliedValue.ArithmeticOperator { get; set; }
    Returns
    Type Description
    System.Nullable<IfcArithmeticOperatorEnum>
    | Improve this Doc View Source

    IIfcAppliedValue.Category

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 7)]
    IfcLabel? IIfcAppliedValue.Category { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAppliedValue.Components

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 10)]
    IEnumerable<IIfcAppliedValue> IIfcAppliedValue.Components { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcAppliedValue>
    | Improve this Doc View Source

    IIfcAppliedValue.Condition

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 8)]
    IfcLabel? IIfcAppliedValue.Condition { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAppliedValue.Description

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 2)]
    IfcText? IIfcAppliedValue.Description { get; set; }
    Returns
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    IIfcAppliedValue.FixedUntilDate

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 6)]
    IfcDate? IIfcAppliedValue.FixedUntilDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>
    | Improve this Doc View Source

    IIfcAppliedValue.HasExternalReference

    Declaration
    IEnumerable<IIfcExternalReferenceRelationship> IIfcAppliedValue.HasExternalReference { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcExternalReferenceRelationship>
    | Improve this Doc View Source

    IIfcAppliedValue.Name

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 1)]
    IfcLabel? IIfcAppliedValue.Name { get; set; }
    Returns
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    IIfcAppliedValue.UnitBasis

    Declaration
    [CrossSchemaAttribute(typeof(IIfcAppliedValue), 4)]
    IIfcMeasureWithUnit IIfcAppliedValue.UnitBasis { get; set; }
    Returns
    Type Description
    IIfcMeasureWithUnit

    Implements

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