GeometryGym.Ifc.IfcWorkCalendar.IfcWorkCalendar C# (CSharp) Méthode

IfcWorkCalendar() private méthode

private IfcWorkCalendar ( DatabaseIfc m, List working, List exception, IfcWorkCalendarTypeEnum type, GeometryGym.Ifc.IfcProject prj ) : System
m DatabaseIfc
working List
exception List
type IfcWorkCalendarTypeEnum
prj GeometryGym.Ifc.IfcProject
Résultat System
        internal IfcWorkCalendar(DatabaseIfc m, List<IfcWorkTime> working, List<IfcWorkTime> exception, IfcWorkCalendarTypeEnum type, IfcProject prj)
            : base(m)
        {
            if (working != null)
                mWorkingTimes = working.ConvertAll(x => x.mIndex);
            if (exception != null)
                mExceptionTimes = exception.ConvertAll(x => x.mIndex);
            mPredefinedType = type;
            if (prj != null)
                prj.AddDeclared(this);
        }

Same methods

IfcWorkCalendar::IfcWorkCalendar ( ) : System
IfcWorkCalendar::IfcWorkCalendar ( DatabaseIfc db, IfcWorkCalendar c ) : System