Class CmdListGen
fdscript.xsd CMDLISTGEN
public class CmdListGen : CmdCommand
- Inheritance
-
CmdListGen
- Inherited Members
- Extension Methods
Constructors
CmdListGen(string, string, IStructureElement, bool)
public CmdListGen(string bscPath, string outPath, IStructureElement elements, bool regional = false)
Parameters
bscPathstringoutPathstringelementsIStructureElementregionalbool
CmdListGen(string, string, bool)
public CmdListGen(string bscPath, string outPath, bool regional = false)
Parameters
CmdListGen(string, string, List<IStructureElement>, bool)
public CmdListGen(string bscPath, string outPath, List<IStructureElement> elements, bool regional = false)
Parameters
bscPathstringoutPathstringelementsList<IStructureElement>regionalbool
Fields
Command
public string Command
Field Value
Properties
Bsc
public Bsc Bsc { get; set; }
Property Value
BscFile
public string BscFile { get; set; }
Property Value
FillCells
public bool FillCells { get; set; }
Property Value
Headers
public bool Headers { get; set; }
Property Value
IgnoreCaseName
public bool IgnoreCaseName { get; set; }
Property Value
OutFile
public string OutFile { get; set; }
Property Value
Regional
public bool Regional { get; set; }
Property Value
StructureElements
public List<IStructureElement> StructureElements { get; set; }
Property Value
_elementGuids
public List<Guid> _elementGuids { get; }
Property Value
_fillCells
public bool _fillCells { get; set; }
Property Value
_headers
public bool _headers { get; set; }
Property Value
_ignoreCaseName
public bool _ignoreCaseName { get; set; }
Property Value
_regional
public bool _regional { get; set; }
Property Value
Methods
ToXElement()
public override XElement ToXElement()
Returns
- XElement