public IfcOwnerHistory(IfcPersonAndOrganization owningUser, IfcApplication owningApplication, IfcStateEnum state, IfcChangeActionEnum changeAction, IfcTimeStamp lastModifiedDate, IfcPersonAndOrganization lastModifyingUser, IfcApplication lastModifyingApplication, IfcTimeStamp creationDate) : base() { OwningUser = owningUser; OwningApplication = owningApplication; State = state; ChangeAction = changeAction; LastModifiedDate = lastModifiedDate; LastModifyingUser = lastModifyingUser; LastModifyingApplication = lastModifyingApplication; CreationDate = creationDate; }
public IfcSimpleValue(IfcTimeStamp choice) { this.choice = choice; }
/// <summary> /// Construct a IfcOwnerHistory with all required attributes. /// </summary> public IfcOwnerHistory(IfcPersonAndOrganization owningUser, IfcApplication owningApplication, IfcTimeStamp creationDate) : base() { OwningUser = owningUser; OwningApplication = owningApplication; CreationDate = creationDate; }