예제 #1
0
 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;
 }
예제 #2
0
 public IfcSimpleValue(IfcTimeStamp choice)
 {
     this.choice = choice;
 }
예제 #3
0
 /// <summary>
 /// Construct a IfcOwnerHistory with all required attributes.
 /// </summary>
 public IfcOwnerHistory(IfcPersonAndOrganization owningUser, IfcApplication owningApplication, IfcTimeStamp creationDate) : base()
 {
     OwningUser        = owningUser;
     OwningApplication = owningApplication;
     CreationDate      = creationDate;
 }