ProblemLoaderValidateFirst Field |
Note: This API is now obsolete.
To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).
Namespace:
SRS.ShiftSolver.Tools
Assembly:
ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Syntax[ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")]
public bool ValidateFirst
<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")>
Public ValidateFirst As Boolean
public:
[ObsoleteAttribute(L"This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")]
bool ValidateFirst
[<ObsoleteAttribute("This field is no longer used and will be removed in future versions. To validate the XML use instead SRS.ShiftSolver.Tools.XmlValidator.IsXmlValid(string xmlFile, string schemaFile).")>]
val mutable ValidateFirst: bool
Field Value
Type:
Boolean
See Also