C# Class Compass.Coondornator.OmssaParameterLine

Afficher le fichier Open project: dbaileychess/Compass Class Usage Examples

Méthodes publiques

Свойство Type Description
Parameters List

Méthodes publiques

Méthode Description
AddLine ( OmssaParameterLine line, bool saveToDisk = true ) : void
AddLine ( string name, string line, bool saveToDisk = true ) : void
GetAllParameterLines ( ) : IEnumerable
Load ( ) : void
Load ( string filePath ) : void
OmssaParameterLine ( string name, IEnumerable parameters = null ) : System
OmssaParameterLine ( string name, string line ) : System
RemoveLine ( string name ) : bool
RestoreDefaults ( ) : void
Save ( ) : void
SaveTo ( string filePath ) : void

Saves the current modifications and isotopologues

ToString ( ) : string
Validate ( string line ) : bool

Private Methods

Méthode Description
OmssaParameterLine ( ) : System
OnChanged ( bool saveToDisk = true ) : void
ParseLine ( string line ) : bool

Method Details

AddLine() public static méthode

public static AddLine ( OmssaParameterLine line, bool saveToDisk = true ) : void
line OmssaParameterLine
saveToDisk bool
Résultat void

AddLine() public static méthode

public static AddLine ( string name, string line, bool saveToDisk = true ) : void
name string
line string
saveToDisk bool
Résultat void

GetAllParameterLines() public static méthode

public static GetAllParameterLines ( ) : IEnumerable
Résultat IEnumerable

Load() public static méthode

public static Load ( ) : void
Résultat void

Load() public static méthode

public static Load ( string filePath ) : void
filePath string
Résultat void

OmssaParameterLine() public méthode

public OmssaParameterLine ( string name, IEnumerable parameters = null ) : System
name string
parameters IEnumerable
Résultat System

OmssaParameterLine() public méthode

public OmssaParameterLine ( string name, string line ) : System
name string
line string
Résultat System

RemoveLine() public static méthode

public static RemoveLine ( string name ) : bool
name string
Résultat bool

RestoreDefaults() public static méthode

public static RestoreDefaults ( ) : void
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void

SaveTo() public static méthode

Saves the current modifications and isotopologues
public static SaveTo ( string filePath ) : void
filePath string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public static méthode

public static Validate ( string line ) : bool
line string
Résultat bool

Property Details

Parameters public_oe property

public List Parameters
Résultat List