IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A class that contains all data for each package. More...
Public Member Functions | |
Package () | |
Package (String name, String package, String path) | |
Package (String name, String package) | |
override String | ToString () |
Properties | |
String | Name [get, set] |
Name of the package. More... | |
String | PackageContent [get, set] |
The actual .xml content. More... | |
String | Path [get, set] |
Path to the package. More... | |
Private Attributes | |
String | name |
String | path |
String | packageContent |
A class that contains all data for each package.
|
inline |
|
inline |
References TestWS_Lib.Package.name, and TestWS_Lib.Package.path.
|
inline |
References TestWS_Lib.Package.name.
|
inline |
References TestWS_Lib.Package.name.
|
private |
Referenced by TestWS_Lib.Package.Package(), and TestWS_Lib.Package.ToString().
|
private |
Referenced by TestWS_Lib.Package.Package().
|
private |
|
getset |
Name of the package.
Referenced by TestWS_GUI.Form1.buttonSaveScenario_Click(), TestWS_GUI.Form1.getListThreadDataFromForm(), and TestWS_Lib.TestWS_Lib.threadWork().
|
getset |
The actual .xml content.
Referenced by TestWS_GUI.Form1.getListThreadDataFromForm(), and TestWS_Lib.TestWS_Lib.threadWork().
|
getset |
Path to the package.
Referenced by TestWS_GUI.Form1.buttonSaveScenario_Click(), and TestWS_GUI.Form1.getListThreadDataFromForm().