ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Static type holding constant values shared amongst the ZPT system. More...
Classes | |
class | Metal |
Static type for METAL constants. More... | |
class | SourceAnnotation |
Static type for source annotation constants. More... | |
class | Tal |
Static type for TAL constants. More... | |
Static Public Attributes | |
static readonly object | CancellationToken = new CancellationToken() |
Gets a special singleton value that indicates the "cancel the current action" token. More... | |
static readonly string | TraceSourceName = typeof(ZptConstants).Namespace |
Gets the name of the TraceSource which is used for all ZPT-related messages. More... | |
static readonly TraceSource | TraceSource = new TraceSource(TraceSourceName) |
Gets a System.Diagnostics.TraceSource instance which is used for all ZPT-related messages. More... | |
Static type holding constant values shared amongst the ZPT system.
|
static |
Gets a special singleton value that indicates the "cancel the current action" token.
|
static |
Gets a System.Diagnostics.TraceSource
instance which is used for all ZPT-related messages.
|
static |
Gets the name of the TraceSource which is used for all ZPT-related messages.