Class TIfcOwnerHistory
Unit
Declaration
type TIfcOwnerHistory = class(TIfcPersistent)
Description
All history and identification related information.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcOwnerHistory.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcOwnerHistory
Overview
Properties
property OwningUser: TIfcPersonAndOrganization read FOwningUser write FOwningUser; |
|
property OwningApplication: TIfcApplication read FOwningApplication write FOwningApplication; |
|
property State: TIfcStateEnum read FState write FState
default TIfcStateEnum.NotDefined; |
|
property ChangeAction: TIfcChangeActionEnum read FChangeAction write FChangeAction
default TIfcChangeActionEnum.NotDefined; |
|
property LastModifiedDate: TIfcTimeStamp read FLastModifiedDate write FLastModifiedDate default 0; |
|
property LastModifyingUser: TIfcPersonAndOrganization read FLastModifyingUser write FLastModifyingUser; |
|
property LastModifyingApplication: TIfcApplication read FLastModifyingApplication write FLastModifyingApplication; |
|
property CreationDate: TIfcTimeStamp read FCreationDate write FCreationDate default 0; |
Description
Properties
property OwningUser: TIfcPersonAndOrganization read FOwningUser write FOwningUser; |
|
End user who currently "owns" this object. |
property OwningApplication: TIfcApplication read FOwningApplication write FOwningApplication; |
|
Application which currently "owns" this object on behalf of the owning user of the application. |
property State: TIfcStateEnum read FState write FState
default TIfcStateEnum.NotDefined; |
|
Current access state of the object. |
property ChangeAction: TIfcChangeActionEnum read FChangeAction write FChangeAction
default TIfcChangeActionEnum.NotDefined; |
|
Actions associated with changes made to the object. |
property LastModifiedDate: TIfcTimeStamp read FLastModifiedDate write FLastModifiedDate default 0; |
|
When the the last modification was made by LastModifyingUser and LastModifyingApplication. |
property LastModifyingUser: TIfcPersonAndOrganization read FLastModifyingUser write FLastModifyingUser; |
|
User who carried out the last modification using LastModifyingApplication. |
property LastModifyingApplication: TIfcApplication read FLastModifyingApplication write FLastModifyingApplication; |
|
Application used to make the last modification. |
property CreationDate: TIfcTimeStamp read FCreationDate write FCreationDate default 0; |
|
When was the entity first created by the original OwningApplication. Once defined this value remains unchanged through the lifetime of the entity. |
Generated by PasDoc 0.16.0-snapshot.