IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
TestWS_Lib.Package Class Reference

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
 

Detailed Description

A class that contains all data for each package.

Constructor & Destructor Documentation

TestWS_Lib.Package.Package ( )
inline
TestWS_Lib.Package.Package ( String  name,
String  package,
String  path 
)
inline
TestWS_Lib.Package.Package ( String  name,
String  package 
)
inline

Member Function Documentation

override String TestWS_Lib.Package.ToString ( )
inline

Member Data Documentation

String TestWS_Lib.Package.name
private
String TestWS_Lib.Package.path
private
String TestWS_Lib.Package.packageContent
private

Property Documentation

String TestWS_Lib.Package.Name
getset
String TestWS_Lib.Package.PackageContent
getset
String TestWS_Lib.Package.Path
getset

The documentation for this class was generated from the following file: