OpenPetra
Free Administration Software for Non-Profits
|
to be parsed from the cs files More...
Public Member Functions | |
TNamespace () | |
constructor More... | |
TNamespace (string name) | |
constructor More... | |
Static Public Member Functions | |
static TNamespace | ParseFromDirectory (string AServerLibPath) |
parse the namespaces from the source code directory More... | |
static Int32 | FindModuleIndex (List< TNamespace >AList, String AModule) |
find a module in the top namespace More... | |
static bool | FindModule (TNamespace AModule) |
check if this is the current module More... | |
Public Attributes | |
SortedList< string, TNamespace > | Children = new SortedList <string, TNamespace>() |
the children of this namespace More... | |
Properties | |
string | Name [get] |
name of the namespace More... | |
to be parsed from the cs files
|
inline |
constructor
|
inline |
constructor
name |
|
inlinestatic |
check if this is the current module
AModule |
|
inlinestatic |
find a module in the top namespace
AList | |
AModule |
|
inlinestatic |
parse the namespaces from the source code directory
SortedList<string, TNamespace> NamespaceHierarchy.TNamespace.Children = new SortedList <string, TNamespace>() |
the children of this namespace
|
get |
name of the namespace