Search Results for

    Show / Hide Table of Contents

    Class IfcClassificationItem

    Inheritance
    System.Object
    PersistEntity
    IfcClassificationItem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcClassificationItem
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<IfcClassificationItem>
    IIfcClassificationReference
    IIfcExternalReference
    IfcLightDistributionDataSourceSelect
    IIfcLightDistributionDataSourceSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IfcClassificationReferenceSelect
    IIfcClassificationReferenceSelect
    IfcClassificationSelect
    IIfcClassificationSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    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.ExternalReferenceResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcClassificationItem", 14)]
    public class IfcClassificationItem : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcClassificationItem, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcClassificationItem>, IIfcClassificationReference, IIfcExternalReference, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcClassificationReferenceSelect, IIfcClassificationReferenceSelect, IfcClassificationSelect, IIfcClassificationSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    IsClassifiedItemIn

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

    IsClassifyingItemIn

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

    ItemOf

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

    Notation

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

    Title

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
    public IfcLabel Title { get; set; }
    Property Value
    Type Description
    IfcLabel

    Methods

    | Improve this Doc View Source

    Equals(IfcClassificationItem)

    Declaration
    public bool Equals(IfcClassificationItem other)
    Parameters
    Type Name Description
    IfcClassificationItem 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[])

    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

    IContainsIndexedReferences.IndexedReferences

    Declaration
    IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcClassificationItem.IsClassifiedItemIn

    Declaration
    IEnumerable<IIfcClassificationItemRelationship> IIfcClassificationItem.IsClassifiedItemIn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcClassificationItemRelationship>
    | Improve this Doc View Source

    IIfcClassificationItem.IsClassifyingItemIn

    Declaration
    IEnumerable<IIfcClassificationItemRelationship> IIfcClassificationItem.IsClassifyingItemIn { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcClassificationItemRelationship>
    | Improve this Doc View Source

    IIfcClassificationItem.ItemOf

    Declaration
    IIfcClassification IIfcClassificationItem.ItemOf { get; set; }
    Returns
    Type Description
    IIfcClassification
    | Improve this Doc View Source

    IIfcClassificationItem.Notation

    Declaration
    IIfcClassificationNotationFacet IIfcClassificationItem.Notation { get; set; }
    Returns
    Type Description
    IIfcClassificationNotationFacet
    | Improve this Doc View Source

    IIfcClassificationItem.Title

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

    IIfcClassificationReference.ClassificationRefForObjects

    Declaration
    IEnumerable<IIfcRelAssociatesClassification> IIfcClassificationReference.ClassificationRefForObjects { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssociatesClassification>
    | Improve this Doc View Source

    IIfcClassificationReference.Description

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

    IIfcClassificationReference.HasReferences

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

    IIfcClassificationReference.ReferencedSource

    Declaration
    IIfcClassificationReferenceSelect IIfcClassificationReference.ReferencedSource { get; set; }
    Returns
    Type Description
    IIfcClassificationReferenceSelect
    | Improve this Doc View Source

    IIfcClassificationReference.Sort

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

    IIfcExternalReference.ExternalReferenceForResources

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

    IIfcExternalReference.Identification

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

    IIfcExternalReference.Location

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

    IIfcExternalReference.Name

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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcClassificationItem
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<T>
    IIfcClassificationReference
    IIfcExternalReference
    IfcLightDistributionDataSourceSelect
    IIfcLightDistributionDataSourceSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IfcClassificationReferenceSelect
    IIfcClassificationReferenceSelect
    IfcClassificationSelect
    IIfcClassificationSelect
    IExpressSelectType
    IPersistEntity
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim