Class Bsc
fdscript.xsd fdscript root
public class Bsc
- Inheritance
-
Bsc
- Inherited Members
- Extension Methods
Constructors
Bsc(ListProc, string, string, UnitResults, Options)
Constructor for .bsc files.
public Bsc(ListProc resultType, string bscPath, string loadCaseCombName = null, UnitResults unitResult = null, Options options = null)
Parameters
resultTypeListProcbscPathstringloadCaseCombNamestringunitResultUnitResultsoptionsOptions
Exceptions
Fields
XmlAttrib
public const string XmlAttrib = "fdscript.xsd"
Field Value
_cmdDocTable
public CmdDocTable _cmdDocTable
Field Value
Properties
BscPath
public string BscPath { get; set; }
Property Value
CmdEndSession
public CmdEndSession CmdEndSession { get; set; }
Property Value
DocTable
public DocTable DocTable { get; set; }
Property Value
FdScriptHeader
public FdScriptHeader FdScriptHeader { get; set; }
Property Value
Methods
BscPathFromResultTypes(IEnumerable<Type>, string, UnitResults, Options, bool)
public static List<string> BscPathFromResultTypes(IEnumerable<Type> resultTypes, string strPath, UnitResults units = null, Options options = null, bool allLoadCase = true)
Parameters
resultTypesIEnumerable<Type>strPathstringunitsUnitResultsoptionsOptionsallLoadCasebool
Returns
SerializeBsc()
Serialize bsc.
public void SerializeBsc()
Operators
implicit operator List<string>(Bsc)
public static implicit operator List<string>(Bsc bsc)
Parameters
bscBsc