Table of Contents

Class FdScriptHeader

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll

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

logFilePath string

FdScriptHeader(string, string)

public FdScriptHeader(string title, string logfile)

Parameters

title string
logfile string

Properties

ContinueOnError

public bool ContinueOnError { get; set; }

Property Value

bool

IgnoreParseError

public bool IgnoreParseError { get; set; }

Property Value

bool

LogFile

public string LogFile { get; set; }

Property Value

string

Module

public string Module { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Version

public string Version { get; set; }

Property Value

string

_continueOnError

public int _continueOnError { get; set; }

Property Value

int

_ignoreParseError

public int _ignoreParseError { get; set; }

Property Value

int

Methods

ToXElement()

public override XElement ToXElement()

Returns

XElement