Interface IIfcOwnerHistory
Readonly interface for IfcOwnerHistory
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcOwnerHistory : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ChangeAction
Declaration
IfcChangeActionEnum? ChangeAction { get; set; }
Property Value
|
Improve this Doc
View Source
CreationDate
Declaration
IfcTimeStamp CreationDate { get; set; }
Property Value
|
Improve this Doc
View Source
LastModifiedDate
Declaration
IfcTimeStamp? LastModifiedDate { get; set; }
Property Value
|
Improve this Doc
View Source
LastModifyingApplication
Declaration
IIfcApplication LastModifyingApplication { get; set; }
Property Value
|
Improve this Doc
View Source
LastModifyingUser
Declaration
IIfcPersonAndOrganization LastModifyingUser { get; set; }
Property Value
|
Improve this Doc
View Source
OwningApplication
Declaration
IIfcApplication OwningApplication { get; set; }
Property Value
|
Improve this Doc
View Source
OwningUser
Declaration
IIfcPersonAndOrganization OwningUser { get; set; }
Property Value
|
Improve this Doc
View Source
State
Declaration
IfcStateEnum? State { get; set; }
Property Value