ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Implementation of ISourceInfo representing an abstract string path. More...
Public Member Functions | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo. More... | |
virtual bool | Equals (ISourceInfo obj) |
Determines whether the specified CSF.Zpt.Rendering.ISourceInfo is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo. More... | |
virtual bool | Equals (AbstractSourceInfo obj) |
Determines whether the specified CSF.Zpt.Rendering.AbstractSourceInfo is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo. More... | |
override int | GetHashCode () |
Serves as a hash function for a CSF.Zpt.Rendering.SourceFileInfo object. More... | |
object | GetContainer () |
Gets a representation of the current instance which is suitable for use with TALES. 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... | |
AbstractSourceInfo (string abstractPath) | |
Initializes a new instance of the CSF.Zpt.Rendering.AbstractSourceInfo class. More... | |
![]() | |
string | ToString () |
Returns a System.String that represents the current CSF.Zpt.Rendering.ISourceInfo. More... | |
Properties | |
virtual string | FullName [get] |
Gets the full name of the current source file. More... | |
![]() | |
string | FullName [get] |
Gets the full name of the source. More... | |
Implementation of ISourceInfo representing an abstract string path.
|
inline |
Initializes a new instance of the CSF.Zpt.Rendering.AbstractSourceInfo class.
abstractPath | Abstract path. |
|
inline |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo.
true
if the specified System.Object is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo; otherwise, false
. obj | The System.Object to compare with the current CSF.Zpt.Rendering.AbstractSourceInfo. |
Implements CSF.Zpt.Rendering.ISourceInfo.
|
inlinevirtual |
Determines whether the specified CSF.Zpt.Rendering.ISourceInfo is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo.
obj | The CSF.Zpt.Rendering.ISourceInfo to compare with the current CSF.Zpt.Rendering.AbstractSourceInfo. |
true
if the specified CSF.Zpt.Rendering.ISourceInfo is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo; otherwise, false
.
|
inlinevirtual |
Determines whether the specified CSF.Zpt.Rendering.AbstractSourceInfo is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo.
true
if the specified CSF.Zpt.Rendering.AbstractSourceInfo is equal to the current CSF.Zpt.Rendering.AbstractSourceInfo; otherwise, false
. obj | The CSF.Zpt.Rendering.AbstractSourceInfo to compare with the current CSF.Zpt.Rendering.AbstractSourceInfo. |
|
inline |
Gets a representation of the current instance which is suitable for use with TALES.
Implements CSF.Zpt.Rendering.ISourceInfo.
|
inline |
Serves as a hash function for a CSF.Zpt.Rendering.SourceFileInfo object.
Implements CSF.Zpt.Rendering.ISourceInfo.
|
inline |
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. |
Implements CSF.Zpt.Rendering.ISourceInfo.
|
get |
Gets the full name of the current source file.