Class CmdConfig
public class CmdConfig : CmdCommand
- Inheritance
-
CmdConfig
- Inherited Members
- Extension Methods
Constructors
CmdConfig(string)
Command to apply configuration to calculation from an existing cfg file
public CmdConfig(string filepath)
Parameters
filepathstring
CmdConfig(string, params CONFIG[])
public CmdConfig(string filePath, params CONFIG[] configs)
Parameters
CmdConfig(string, Config)
Command to apply configuration from a config object
public CmdConfig(string filePath, Config config)
Parameters
CmdConfig(string, List<CONFIG>)
public CmdConfig(string filePath, List<CONFIG> configs)
Parameters
Fields
Command
public string Command
Field Value
Properties
FilePath
public string FilePath { get; set; }
Property Value
Methods
ToXElement()
public override XElement ToXElement()
Returns
- XElement