ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Null-object implementation of SourceFileInfo, representing an unknown source file. More...
Public Member Functions | |
override int | GetHashCode () |
Serves as a hash function for a CSF.Zpt.Rendering.UnknownSourceFileInfo object. More... | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo. More... | |
bool | Equals (ISourceInfo obj) |
Determines whether the specified CSF.Zpt.Rendering.SourceFileInfo is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo. More... | |
object | GetContainer () |
Gets a representation of the current instance which is suitable for use with TALES. More... | |
override string | ToString () |
Returns a System.String that represents the current CSF.Zpt.Rendering.UnknownSourceFileInfo. 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 filename of the current source file. More... | |
static ISourceInfo | Instance [get] |
Gets the default/singleton instance. More... | |
![]() | |
string | FullName [get] |
Gets the full name of the source. More... | |
Null-object implementation of SourceFileInfo, representing an unknown source file.
|
inline |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo.
obj | The System.Object to compare with the current CSF.Zpt.Rendering.UnknownSourceFileInfo. |
true
if the specified System.Object is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo; otherwise, false
. Implements CSF.Zpt.Rendering.ISourceInfo.
|
inline |
Determines whether the specified CSF.Zpt.Rendering.SourceFileInfo is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo.
obj | The CSF.Zpt.Rendering.SourceFileInfo to compare with the current CSF.Zpt.Rendering.UnknownSourceFileInfo. |
true
if the specified CSF.Zpt.Rendering.SourceFileInfo is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo; otherwise, false
.
|
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.UnknownSourceFileInfo 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.
|
inline |
Returns a System.String that represents the current CSF.Zpt.Rendering.UnknownSourceFileInfo.
Implements CSF.Zpt.Rendering.ISourceInfo.
|
get |
Gets the filename of the current source file.
|
staticget |
Gets the default/singleton instance.
The instance.