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

Represents an ZptElement attribute. More...

Inheritance diagram for CSF.Zpt.Rendering.ZptAttribute:
Collaboration diagram for CSF.Zpt.Rendering.ZptAttribute:

Public Member Functions

abstract bool IsMatch (ZptNamespace nspace, string name)
 Determines whether this instance matches the given namespace and attribute name or not. More...
 

Properties

abstract string Value [get]
 Gets the attribute value More...
 
abstract string Name [get]
 Gets the attribute name, including its prefix if applicable. More...
 
- Properties inherited from CSF.Zpt.Rendering.IZptAttribute
string Value [get]
 Gets the attribute value More...
 
string Name [get]
 Gets the attribute name, including its prefix if applicable. More...
 

Detailed Description

Represents an ZptElement attribute.

Member Function Documentation

abstract bool CSF.Zpt.Rendering.ZptAttribute.IsMatch ( ZptNamespace  nspace,
string  name 
)
pure virtual

Determines whether this instance matches the given namespace and attribute name or not.

Returns
true if this instance matches the specified namespace and name; otherwise, false.
Parameters
nspaceThe attribute namespace.
nameThe attribute name.

Implements CSF.Zpt.Rendering.IZptAttribute.

Implemented in CSF.Zpt.DocumentProviders.ZptXmlAttribute, CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute, and CSF.Zpt.DocumentProviders.ZptHtmlAttribute.

Property Documentation

abstract string CSF.Zpt.Rendering.ZptAttribute.Name
get

Gets the attribute name, including its prefix if applicable.

The name.

abstract string CSF.Zpt.Rendering.ZptAttribute.Value
get

Gets the attribute value

The value.


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