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

Implementation of Attribute for an XML/Linq attribute. More...

Inheritance diagram for CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute:
Collaboration diagram for CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute:

Public Member Functions

override bool IsMatch (ZptNamespace nspace, string name)
 Determines whether this instance matches the given namespace and attribute name or not. More...
 
 ZptXmlLinqAttribute (XAttribute original)
 Initializes a new instance of the CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute class. More...
 

Properties

override string Value [get]
 Gets the attribute value More...
 
override string Name [get]
 Gets the attribute name, including its prefix if applicable. More...
 
- Properties inherited from CSF.Zpt.Rendering.ZptAttribute
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

Implementation of Attribute for an XML/Linq attribute.

Constructor & Destructor Documentation

CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute.ZptXmlLinqAttribute ( XAttribute  original)
inline

Initializes a new instance of the CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute class.

Parameters
originalThe original (wrapped) attribute.

Member Function Documentation

override bool CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute.IsMatch ( ZptNamespace  nspace,
string  name 
)
inlinevirtual

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

Property Documentation

override string CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute.Name
get

Gets the attribute name, including its prefix if applicable.

The name.

override string CSF.Zpt.DocumentProviders.ZptXmlLinqAttribute.Value
get

Gets the attribute value

The value.


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