ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Information about the source of an IZptDocument or IZptElement. More...
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... | |
Information about the source of an IZptDocument or IZptElement.
bool CSF.Zpt.Rendering.ISourceInfo.Equals | ( | object | other | ) |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.ISourceInfo.
other | The System.Object to compare with the current CSF.Zpt.Rendering.ISourceInfo. |
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.
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.
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.
root | The 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.
Implemented in CSF.Zpt.Rendering.SourceFileInfo, and CSF.Zpt.Rendering.UnknownSourceFileInfo.
|
get |
Gets the full name of the source.
The full name.