protected static void parseFields(IfcFlowStorageDeviceType t, List<string> arrFields, ref int ipos) { IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos); }
protected IfcFlowStorageDeviceType(IfcFlowStorageDeviceType t) : base(t) { }
protected IfcFlowStorageDeviceType(DatabaseIfc db, IfcFlowStorageDeviceType t) : base(db, t) { }
protected IfcFlowStorageDeviceType(DatabaseIfc db, IfcFlowStorageDeviceType t, DuplicateOptions options) : base(db, t, options) { }