Search Results for

    Show / Hide Table of Contents

    Class IfcPropertyEnumeration

    Inheritance
    System.Object
    PersistEntity
    IfcPropertyEnumeration
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcPropertyEnumeration
    IIfcPropertyAbstraction
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IExpressSelectType
    IInstantiableEntity
    IIfcPropertyEnumeration
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcPropertyEnumeration>
    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.PropertyResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcPropertyEnumeration", 597)]
    public class IfcPropertyEnumeration : PersistEntity, INotifyPropertyChanged, IIfcPropertyEnumeration, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IInstantiableEntity, IIfcPropertyEnumeration, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcPropertyEnumeration>, IExpressValidatable

    Properties

    | Improve this Doc View Source

    EnumerationValues

    Declaration
    [EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.ListUnique, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 2)]
    public IItemSet<IfcValue> EnumerationValues { get; }
    Property Value
    Type Description
    IItemSet<IfcValue>
    | Improve this Doc View Source

    Name

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

    Unit

    Declaration
    [EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcUnit Unit { get; set; }
    Property Value
    Type Description
    IfcUnit

    Methods

    | Improve this Doc View Source

    Equals(IfcPropertyEnumeration)

    Declaration
    public bool Equals(IfcPropertyEnumeration other)
    Parameters
    Type Name Description
    IfcPropertyEnumeration 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(IfcPropertyEnumeration.IfcPropertyEnumerationClause)

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

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

    IIfcPropertyEnumeration.EnumerationValues

    Declaration
    IItemSet<IIfcValue> IIfcPropertyEnumeration.EnumerationValues { get; }
    Returns
    Type Description
    IItemSet<IIfcValue>
    | Improve this Doc View Source

    IIfcPropertyEnumeration.Name

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

    IIfcPropertyEnumeration.Unit

    Declaration
    IIfcUnit IIfcPropertyEnumeration.Unit { get; set; }
    Returns
    Type Description
    IIfcUnit
    | Improve this Doc View Source

    IIfcPropertyAbstraction.HasExternalReferences

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

    IIfcPropertyEnumeration.EnumerationValues

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPropertyEnumeration), 2)]
    IItemSet<IIfcValue> IIfcPropertyEnumeration.EnumerationValues { get; }
    Returns
    Type Description
    IItemSet<IIfcValue>
    | Improve this Doc View Source

    IIfcPropertyEnumeration.Name

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPropertyEnumeration), 1)]
    IfcLabel IIfcPropertyEnumeration.Name { get; set; }
    Returns
    Type Description
    IfcLabel
    | Improve this Doc View Source

    IIfcPropertyEnumeration.Unit

    Declaration
    [CrossSchemaAttribute(typeof(IIfcPropertyEnumeration), 3)]
    IIfcUnit IIfcPropertyEnumeration.Unit { get; set; }
    Returns
    Type Description
    IIfcUnit

    Implements

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