internal static void parseFields(IfcValveType t, List <string> arrFields, ref int ipos) { IfcFlowControllerType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcValveTypeEnum)Enum.Parse(typeof(IfcValveTypeEnum), arrFields[ipos++].Replace(".", "")); }
protected static void parseFields(IfcFlowControllerType t, List<string> arrFields, ref int ipos) { IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos); }
protected IfcFlowControllerType(IfcFlowControllerType t) : base(t) { }
protected IfcFlowControllerType(DatabaseIfc db, IfcFlowControllerType t) : base(db, t) { }
protected IfcFlowControllerType(DatabaseIfc db, IfcFlowControllerType t, DuplicateOptions options) : base(db, t, options) { }