Search Results for

    Show / Hide Table of Contents

    Class IfcClassificationReference

    Inheritance
    System.Object
    PersistEntity
    IfcExternalReference
    IfcClassificationReference
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcExternalReference>
    IExpressValidatable
    IInstantiableEntity
    IIfcClassificationReference
    IIfcExternalReference
    IfcLightDistributionDataSourceSelect
    IIfcLightDistributionDataSourceSelect
    IfcObjectReferenceSelect
    IIfcObjectReferenceSelect
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IfcClassificationReferenceSelect
    IIfcClassificationReferenceSelect
    IfcClassificationSelect
    IIfcClassificationSelect
    IExpressSelectType
    IContainsEntityReferences
    IContainsIndexedReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcClassificationReference>
    Inherited Members
    IfcExternalReference.IIfcExternalReference.Location
    IfcExternalReference.IIfcExternalReference.Identification
    IfcExternalReference.IIfcExternalReference.Name
    IfcExternalReference.IIfcExternalReference.ExternalReferenceForResources
    IfcExternalReference.Location
    IfcExternalReference.Identification
    IfcExternalReference.Name
    IfcExternalReference.ExternalReferenceForResources
    IfcExternalReference.Equals(IfcExternalReference)
    IfcExternalReference.ValidateClause(IfcExternalReference.IfcExternalReferenceClause)
    IfcExternalReference.Validate()
    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.Ifc4.ExternalReferenceResource
    Assembly: Xbim.Ifc4.dll
    Syntax
    [ExpressType("IfcClassificationReference", 209)]
    public class IfcClassificationReference : IfcExternalReference, INotifyPropertyChanged, IEquatable<IfcExternalReference>, IExpressValidatable, IInstantiableEntity, IIfcClassificationReference, IIfcExternalReference, IfcLightDistributionDataSourceSelect, IIfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcClassificationReferenceSelect, IIfcClassificationReferenceSelect, IfcClassificationSelect, IIfcClassificationSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcClassificationReference>

    Properties

    | Improve this Doc View Source

    ClassificationRefForObjects

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

    Description

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

    HasReferences

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

    ReferencedSource

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

    Sort

    Declaration
    [EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
    public IfcIdentifier? Sort { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcIdentifier>

    Methods

    | Improve this Doc View Source

    Equals(IfcClassificationReference)

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

    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>

    Implements

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