示例#1
0
 internal IfcWorkSchedule(DatabaseIfc db, IfcWorkSchedule s)
     : base(db,s)
 {
     mPredefinedType = s.mPredefinedType;
 }
示例#2
0
 internal IfcWorkSchedule(DatabaseIfc db, IfcWorkSchedule s) : base(db, s)
 {
     mPredefinedType = s.mPredefinedType;
 }
示例#3
0
 internal IfcWorkSchedule(DatabaseIfc db, IfcWorkSchedule s, DuplicateOptions options) : base(db, s, options)
 {
     mPredefinedType = s.mPredefinedType;
 }
示例#4
0
 internal IfcWorkSchedule(IfcWorkSchedule p) : base(p)
 {
     mPredefinedType = p.mPredefinedType;
 }
示例#5
0
 public IfcWorkSchedule(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier identification, IfcDateTime creationDate, List <IfcPerson> creators, IfcLabel purpose, IfcDuration duration, IfcDuration totalFloat, IfcDateTime startTime, IfcDateTime finishTime, IfcWorkScheduleTypeEnum predefinedType) : base(globalId, ownerHistory, name, description, objectType, identification, creationDate, creators, purpose, duration, totalFloat, startTime, finishTime)
 {
     PredefinedType = predefinedType;
 }
示例#6
0
 internal IfcWorkSchedule(DatabaseIfc db, IfcWorkSchedule s, IfcOwnerHistory ownerHistory, bool downStream) : base(db, s, ownerHistory, downStream)
 {
     mPredefinedType = s.mPredefinedType;
 }
示例#7
0
		internal IfcWorkSchedule(IfcWorkSchedule p) : base(p) { mPredefinedType = p.mPredefinedType; }