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

Static type for source annotation constants. More...

Static Public Attributes

static readonly string SourceInfoAttribute = "source-info"
 The name of an attribute which marks the source info for an element. More...
 
static readonly string SourceInfoTypeAQNAttribute = "source-info-type"
 The name of an attribute which marks the System.Type of the source information. More...
 
static readonly string StartTagLineNumber = "start-tag-line"
 The name of an attribute which records the source line number for the start-tag of a given element. More...
 
static readonly string EndTagLineNumber = "end-tag-line"
 The name of an attribute which records the source line number for the end-tag of a given element. More...
 
static readonly string OriginalContextSourceInfoAttribute = "original-source-info"
 The name of an attribute which marks the source info for the source context of a given element. More...
 
static readonly string OriginalContextSourceInfoTypeAQNAttribute = "original-source-info-type"
 The name of an attribute which marks the System.Type of the source information for the source context of a given element. More...
 
static readonly string OriginalContextEndTagLineNumber = "original-end-tag-line"
 The name of an attribute which records the source line number for the end-tag of a given element for the source context of a given element.. More...
 
static readonly string ElementIsImported = "is-imported"
 The name of an attribute which indicates that a given element is imported. More...
 

Properties

static ZptNamespace Namespace [get]
 Gets the namespace for source annotation: Template Attribute Language. More...
 

Detailed Description

Static type for source annotation constants.

Member Data Documentation

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.ElementIsImported = "is-imported"
static

The name of an attribute which indicates that a given element is imported.

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.EndTagLineNumber = "end-tag-line"
static

The name of an attribute which records the source line number for the end-tag of a given element.

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.OriginalContextEndTagLineNumber = "original-end-tag-line"
static

The name of an attribute which records the source line number for the end-tag of a given element for the source context of a given element..

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.OriginalContextSourceInfoAttribute = "original-source-info"
static

The name of an attribute which marks the source info for the source context of a given element.

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.OriginalContextSourceInfoTypeAQNAttribute = "original-source-info-type"
static

The name of an attribute which marks the System.Type of the source information for the source context of a given element.

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.SourceInfoAttribute = "source-info"
static

The name of an attribute which marks the source info for an element.

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.SourceInfoTypeAQNAttribute = "source-info-type"
static

The name of an attribute which marks the System.Type of the source information.

readonly string CSF.Zpt.ZptConstants.SourceAnnotation.StartTagLineNumber = "start-tag-line"
static

The name of an attribute which records the source line number for the start-tag of a given element.

Property Documentation

ZptNamespace CSF.Zpt.ZptConstants.SourceAnnotation.Namespace
staticget

Gets the namespace for source annotation: Template Attribute Language.

The namespace.


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