예제 #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
파일: IFC W.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcWorkSchedule(IfcWorkSchedule p) : base(p) { mPredefinedType = p.mPredefinedType; }