Search Results for

    Show / Hide Table of Contents

    Class IfcLibraryInformation

    Inheritance
    System.Object
    PersistEntity
    IfcExternalInformation
    IfcLibraryInformation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcExternalInformation>
    IInstantiableEntity
    IIfcLibraryInformation
    IIfcExternalInformation
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IfcLibrarySelect
    IIfcLibrarySelect
    IExpressSelectType
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcLibraryInformation>
    Inherited Members
    IfcExternalInformation.Equals(IfcExternalInformation)
    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("IfcLibraryInformation", 449)]
    public class IfcLibraryInformation : IfcExternalInformation, INotifyPropertyChanged, IEquatable<IfcExternalInformation>, IInstantiableEntity, IIfcLibraryInformation, IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcLibrarySelect, IIfcLibrarySelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcLibraryInformation>

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    [EntityAttribute(6, 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

    HasLibraryReferences

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

    LibraryInfoForObjects

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

    Location

    Declaration
    [EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
    public IfcURIReference? Location { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcURIReference>
    | 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

    Publisher

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

    Version

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

    VersionDate

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

    Methods

    | Improve this Doc View Source

    Equals(IfcLibraryInformation)

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

    IIfcLibraryInformation.Description

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

    IIfcLibraryInformation.HasLibraryReferences

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

    IIfcLibraryInformation.LibraryInfoForObjects

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

    IIfcLibraryInformation.Location

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

    IIfcLibraryInformation.Name

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

    IIfcLibraryInformation.Publisher

    Declaration
    IIfcActorSelect IIfcLibraryInformation.Publisher { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcLibraryInformation.Version

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

    IIfcLibraryInformation.VersionDate

    Declaration
    IfcDateTime? IIfcLibraryInformation.VersionDate { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDateTime>

    Implements

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