Class InitModeSaveData
Serializable representation of UI data in Initialization Mode.
Inheritance
object
InitModeSaveData
Namespace: AS2
Assembly: .dll
Syntax
[Serializable]
public class InitModeSaveData
Fields
| Edit this page View SourcealgString
Name of the selected algorithm.
Declaration
public string algString
Field Value
Type | Description |
---|---|
string |
genAlgString
Name of the generation method associated with the selected algorithm.
Declaration
public string genAlgString
Field Value
Type | Description |
---|---|
string |
genAlg_parameters
Parameter values of the generation method.
Declaration
public string[] genAlg_parameters
Field Value
Type | Description |
---|---|
string[] |