Class FdScriptHeader
fdscript.xsd
FDSCRIPTHEADER
public class FdScriptHeader : CmdCommand
- Inheritance
-
FdScriptHeader
- Inherited Members
- Extension Methods
Constructors
FdScriptHeader()
Parameterless constructor for serialization.
public FdScriptHeader()
FdScriptHeader(string)
public FdScriptHeader(string logFilePath)
Parameters
logFilePathstring
FdScriptHeader(string, string)
public FdScriptHeader(string title, string logfile)
Parameters
Properties
ContinueOnError
public bool ContinueOnError { get; set; }
Property Value
IgnoreParseError
public bool IgnoreParseError { get; set; }
Property Value
LogFile
public string LogFile { get; set; }
Property Value
Module
public string Module { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Version
public string Version { get; set; }
Property Value
_continueOnError
public int _continueOnError { get; set; }
Property Value
_ignoreParseError
public int _ignoreParseError { get; set; }
Property Value
Methods
ToXElement()
public override XElement ToXElement()
Returns
- XElement