Added new property "Process Only In Location" to limit the datasets that are converted when "Only Process this Procedure Set" is false.
This commit is contained in:
parent
173dd85ccf
commit
127a917e1e
14
PROMS/DataLoader/Properties/Settings.Designer.cs
generated
14
PROMS/DataLoader/Properties/Settings.Designer.cs
generated
@ -1,7 +1,7 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
// Runtime Version:2.0.50727.4216
|
// Runtime Version:2.0.50727.4223
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
@ -334,5 +334,17 @@ namespace DataLoader.Properties {
|
|||||||
this["Phase4"] = value;
|
this["Phase4"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||||
|
public string ProcessOnlyInLocation {
|
||||||
|
get {
|
||||||
|
return ((string)(this["ProcessOnlyInLocation"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["ProcessOnlyInLocation"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -80,5 +80,8 @@
|
|||||||
<Setting Name="Phase4" Type="System.String" Scope="User">
|
<Setting Name="Phase4" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">Phase4</Value>
|
<Value Profile="(Default)">Phase4</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
|
<Setting Name="ProcessOnlyInLocation" Type="System.String" Scope="User">
|
||||||
|
<Value Profile="(Default)" />
|
||||||
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
</SettingsFile>
|
</SettingsFile>
|
Loading…
x
Reference in New Issue
Block a user