Search Results for

    Show / Hide Table of Contents

    Class IfcOwnerHistory

    Inheritance
    System.Object
    PersistEntity
    IfcOwnerHistory
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IIfcOwnerHistory
    IInstantiableEntity
    IIfcOwnerHistory
    IContainsEntityReferences
    IPersistEntity
    IPersist
    System.IEquatable<IfcOwnerHistory>
    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.UtilityResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcOwnerHistory", 519)]
    public class IfcOwnerHistory : PersistEntity, INotifyPropertyChanged, IIfcOwnerHistory, IInstantiableEntity, IIfcOwnerHistory, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcOwnerHistory>

    Properties

    | Improve this Doc View Source

    ChangeAction

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

    CreationDate

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

    LastModifiedDate

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

    LastModifyingApplication

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

    LastModifyingUser

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

    OwningApplication

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

    OwningUser

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

    State

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

    Methods

    | Improve this Doc View Source

    Equals(IfcOwnerHistory)

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

    IIfcOwnerHistory.ChangeAction

    Declaration
    IfcChangeActionEnum IIfcOwnerHistory.ChangeAction { get; set; }
    Returns
    Type Description
    IfcChangeActionEnum
    | Improve this Doc View Source

    IIfcOwnerHistory.CreationDate

    Declaration
    IfcTimeStamp IIfcOwnerHistory.CreationDate { get; set; }
    Returns
    Type Description
    IfcTimeStamp
    | Improve this Doc View Source

    IIfcOwnerHistory.LastModifiedDate

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

    IIfcOwnerHistory.LastModifyingApplication

    Declaration
    IIfcApplication IIfcOwnerHistory.LastModifyingApplication { get; set; }
    Returns
    Type Description
    IIfcApplication
    | Improve this Doc View Source

    IIfcOwnerHistory.LastModifyingUser

    Declaration
    IIfcPersonAndOrganization IIfcOwnerHistory.LastModifyingUser { get; set; }
    Returns
    Type Description
    IIfcPersonAndOrganization
    | Improve this Doc View Source

    IIfcOwnerHistory.OwningApplication

    Declaration
    IIfcApplication IIfcOwnerHistory.OwningApplication { get; set; }
    Returns
    Type Description
    IIfcApplication
    | Improve this Doc View Source

    IIfcOwnerHistory.OwningUser

    Declaration
    IIfcPersonAndOrganization IIfcOwnerHistory.OwningUser { get; set; }
    Returns
    Type Description
    IIfcPersonAndOrganization
    | Improve this Doc View Source

    IIfcOwnerHistory.State

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

    IIfcOwnerHistory.ChangeAction

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

    IIfcOwnerHistory.CreationDate

    Declaration
    [CrossSchemaAttribute(typeof(IIfcOwnerHistory), 8)]
    IfcTimeStamp IIfcOwnerHistory.CreationDate { get; set; }
    Returns
    Type Description
    IfcTimeStamp
    | Improve this Doc View Source

    IIfcOwnerHistory.LastModifiedDate

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

    IIfcOwnerHistory.LastModifyingApplication

    Declaration
    [CrossSchemaAttribute(typeof(IIfcOwnerHistory), 7)]
    IIfcApplication IIfcOwnerHistory.LastModifyingApplication { get; set; }
    Returns
    Type Description
    IIfcApplication
    | Improve this Doc View Source

    IIfcOwnerHistory.LastModifyingUser

    Declaration
    [CrossSchemaAttribute(typeof(IIfcOwnerHistory), 6)]
    IIfcPersonAndOrganization IIfcOwnerHistory.LastModifyingUser { get; set; }
    Returns
    Type Description
    IIfcPersonAndOrganization
    | Improve this Doc View Source

    IIfcOwnerHistory.OwningApplication

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

    IIfcOwnerHistory.OwningUser

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

    IIfcOwnerHistory.State

    Declaration
    [CrossSchemaAttribute(typeof(IIfcOwnerHistory), 3)]
    IfcStateEnum? IIfcOwnerHistory.State { get; set; }
    Returns
    Type Description
    System.Nullable<IfcStateEnum>

    Implements

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