ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.ZptConstants Class Reference

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...
 

Detailed Description

Static type holding constant values shared amongst the ZPT system.

Member Data Documentation

readonly object CSF.Zpt.ZptConstants.CancellationToken = new CancellationToken()
static

Gets a special singleton value that indicates the "cancel the current action" token.

readonly TraceSource CSF.Zpt.ZptConstants.TraceSource = new TraceSource(TraceSourceName)
static

Gets a System.Diagnostics.TraceSource instance which is used for all ZPT-related messages.

readonly string CSF.Zpt.ZptConstants.TraceSourceName = typeof(ZptConstants).Namespace
static

Gets the name of the TraceSource which is used for all ZPT-related messages.


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