Search Results for

    Show / Hide Table of Contents

    Class IfcDocumentInformation

    Inheritance
    System.Object
    PersistEntity
    IfcDocumentInformation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IInstantiableEntity
    IIfcDocumentInformation
    IfcDocumentSelect
    IIfcDocumentSelect
    IContainsEntityReferences
    IContainsIndexedReferences
    System.IEquatable<IfcDocumentInformation>
    IIfcDocumentInformation
    IIfcExternalInformation
    IfcResourceObjectSelect
    IIfcResourceObjectSelect
    IfcDocumentSelect
    IIfcDocumentSelect
    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("IfcDocumentInformation", 208)]
    public class IfcDocumentInformation : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcDocumentInformation, IfcDocumentSelect, IIfcDocumentSelect, IContainsEntityReferences, IContainsIndexedReferences, IEquatable<IfcDocumentInformation>, IIfcDocumentInformation, IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcDocumentSelect, IIfcDocumentSelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Confidentiality

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

    CreationTime

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

    Description

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

    DocumentId

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

    DocumentOwner

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

    DocumentReferences

    Declaration
    [IndexedProperty]
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
    public IOptionalItemSet<IfcDocumentReference> DocumentReferences { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcDocumentReference>
    | Improve this Doc View Source

    Editors

    Declaration
    [EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 10)]
    public IOptionalItemSet<IfcActorSelect> Editors { get; }
    Property Value
    Type Description
    IOptionalItemSet<IfcActorSelect>
    | Improve this Doc View Source

    ElectronicFormat

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

    IntendedUse

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

    IsPointedTo

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

    IsPointer

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

    LastRevisionTime

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

    Name

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

    Purpose

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

    Revision

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

    Scope

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

    Status

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

    ValidFrom

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

    ValidUntil

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

    Methods

    | Improve this Doc View Source

    Equals(IfcDocumentInformation)

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

    IIfcDocumentInformation.Confidentiality

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

    IIfcDocumentInformation.CreationTime

    Declaration
    IIfcDateAndTime IIfcDocumentInformation.CreationTime { get; set; }
    Returns
    Type Description
    IIfcDateAndTime
    | Improve this Doc View Source

    IIfcDocumentInformation.Description

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

    IIfcDocumentInformation.DocumentId

    Declaration
    IfcIdentifier IIfcDocumentInformation.DocumentId { get; set; }
    Returns
    Type Description
    IfcIdentifier
    | Improve this Doc View Source

    IIfcDocumentInformation.DocumentOwner

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

    IIfcDocumentInformation.DocumentReferences

    Declaration
    IItemSet<IIfcDocumentReference> IIfcDocumentInformation.DocumentReferences { get; }
    Returns
    Type Description
    IItemSet<IIfcDocumentReference>
    | Improve this Doc View Source

    IIfcDocumentInformation.Editors

    Declaration
    IItemSet<IIfcActorSelect> IIfcDocumentInformation.Editors { get; }
    Returns
    Type Description
    IItemSet<IIfcActorSelect>
    | Improve this Doc View Source

    IIfcDocumentInformation.ElectronicFormat

    Declaration
    IIfcDocumentElectronicFormat IIfcDocumentInformation.ElectronicFormat { get; set; }
    Returns
    Type Description
    IIfcDocumentElectronicFormat
    | Improve this Doc View Source

    IIfcDocumentInformation.IntendedUse

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

    IIfcDocumentInformation.IsPointedTo

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

    IIfcDocumentInformation.IsPointer

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

    IIfcDocumentInformation.LastRevisionTime

    Declaration
    IIfcDateAndTime IIfcDocumentInformation.LastRevisionTime { get; set; }
    Returns
    Type Description
    IIfcDateAndTime
    | Improve this Doc View Source

    IIfcDocumentInformation.Name

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

    IIfcDocumentInformation.Purpose

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

    IIfcDocumentInformation.Revision

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

    IIfcDocumentInformation.Scope

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

    IIfcDocumentInformation.Status

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

    IIfcDocumentInformation.ValidFrom

    Declaration
    IIfcCalendarDate IIfcDocumentInformation.ValidFrom { get; set; }
    Returns
    Type Description
    IIfcCalendarDate
    | Improve this Doc View Source

    IIfcDocumentInformation.ValidUntil

    Declaration
    IIfcCalendarDate IIfcDocumentInformation.ValidUntil { get; set; }
    Returns
    Type Description
    IIfcCalendarDate
    | Improve this Doc View Source

    IIfcDocumentInformation.Confidentiality

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

    IIfcDocumentInformation.CreationTime

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

    IIfcDocumentInformation.Description

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

    IIfcDocumentInformation.DocumentInfoForObjects

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

    IIfcDocumentInformation.DocumentOwner

    Declaration
    [CrossSchemaAttribute(typeof(IIfcDocumentInformation), 9)]
    IIfcActorSelect IIfcDocumentInformation.DocumentOwner { get; set; }
    Returns
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    IIfcDocumentInformation.Editors

    Declaration
    [CrossSchemaAttribute(typeof(IIfcDocumentInformation), 10)]
    IItemSet<IIfcActorSelect> IIfcDocumentInformation.Editors { get; }
    Returns
    Type Description
    IItemSet<IIfcActorSelect>
    | Improve this Doc View Source

    IIfcDocumentInformation.ElectronicFormat

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

    IIfcDocumentInformation.HasDocumentReferences

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

    IIfcDocumentInformation.Identification

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

    IIfcDocumentInformation.IntendedUse

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

    IIfcDocumentInformation.IsPointedTo

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

    IIfcDocumentInformation.IsPointer

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

    IIfcDocumentInformation.LastRevisionTime

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

    IIfcDocumentInformation.Location

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

    IIfcDocumentInformation.Name

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

    IIfcDocumentInformation.Purpose

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

    IIfcDocumentInformation.Revision

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

    IIfcDocumentInformation.Scope

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

    IIfcDocumentInformation.Status

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

    IIfcDocumentInformation.ValidFrom

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

    IIfcDocumentInformation.ValidUntil

    Declaration
    [CrossSchemaAttribute(typeof(IIfcDocumentInformation), 15)]
    IfcDate? IIfcDocumentInformation.ValidUntil { get; set; }
    Returns
    Type Description
    System.Nullable<IfcDate>

    Implements

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