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

Information about the source of an IZptDocument or IZptElement. More...

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

Public Member Functions

int GetHashCode ()
 Serves as a hash function for a CSF.Zpt.Rendering.ISourceInfo object. More...
 
bool Equals (object other)
 Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.ISourceInfo. More...
 
object GetContainer ()
 Gets a representation of the current instance which is suitable for use with TALES. More...
 
string ToString ()
 Returns a System.String that represents the current CSF.Zpt.Rendering.ISourceInfo. More...
 
string GetRelativeName (string root)
 Gets a name for the current instance, relative to a given root name. The meaning of relative is up to the implementation. More...
 

Properties

string FullName [get]
 Gets the full name of the source. More...
 

Detailed Description

Information about the source of an IZptDocument or IZptElement.

Member Function Documentation

bool CSF.Zpt.Rendering.ISourceInfo.Equals ( object  other)

Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.ISourceInfo.

Parameters
otherThe System.Object to compare with the current CSF.Zpt.Rendering.ISourceInfo.
Returns
true if the specified System.Object is equal to the current CSF.Zpt.Rendering.ISourceInfo; otherwise, false.

Implemented in CSF.Zpt.Rendering.SourceFileInfo, CSF.Zpt.Rendering.UnknownSourceFileInfo, and CSF.Zpt.Rendering.AbstractSourceInfo.

object CSF.Zpt.Rendering.ISourceInfo.GetContainer ( )

Gets a representation of the current instance which is suitable for use with TALES.

Returns
The TALES representation of the current instance.

Implemented in CSF.Zpt.Rendering.SourceFileInfo, CSF.Zpt.Rendering.AbstractSourceInfo, and CSF.Zpt.Rendering.UnknownSourceFileInfo.

int CSF.Zpt.Rendering.ISourceInfo.GetHashCode ( )

Serves as a hash function for a CSF.Zpt.Rendering.ISourceInfo object.

Returns
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.

Implemented in CSF.Zpt.Rendering.SourceFileInfo, CSF.Zpt.Rendering.AbstractSourceInfo, and CSF.Zpt.Rendering.UnknownSourceFileInfo.

string CSF.Zpt.Rendering.ISourceInfo.GetRelativeName ( string  root)

Gets a name for the current instance, relative to a given root name. The meaning of relative is up to the implementation.

Returns
The relative name.
Parameters
rootThe root name.

Implemented in CSF.Zpt.Rendering.SourceFileInfo, CSF.Zpt.Rendering.AbstractSourceInfo, and CSF.Zpt.Rendering.UnknownSourceFileInfo.

string CSF.Zpt.Rendering.ISourceInfo.ToString ( )

Returns a System.String that represents the current CSF.Zpt.Rendering.ISourceInfo.

Returns
A System.String that represents the current CSF.Zpt.Rendering.ISourceInfo.

Implemented in CSF.Zpt.Rendering.SourceFileInfo, and CSF.Zpt.Rendering.UnknownSourceFileInfo.

Property Documentation

string CSF.Zpt.Rendering.ISourceInfo.FullName
get

Gets the full name of the source.

The full name.


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