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

Null-object implementation of SourceFileInfo, representing an unknown source file. More...

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

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...
 
- Properties inherited from CSF.Zpt.Rendering.ISourceInfo
string FullName [get]
 Gets the full name of the source. More...
 

Detailed Description

Null-object implementation of SourceFileInfo, representing an unknown source file.

Member Function Documentation

override bool CSF.Zpt.Rendering.UnknownSourceFileInfo.Equals ( object  obj)
inline

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

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

Implements CSF.Zpt.Rendering.ISourceInfo.

bool CSF.Zpt.Rendering.UnknownSourceFileInfo.Equals ( ISourceInfo  obj)
inline

Determines whether the specified CSF.Zpt.Rendering.SourceFileInfo is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo.

Parameters
objThe CSF.Zpt.Rendering.SourceFileInfo to compare with the current CSF.Zpt.Rendering.UnknownSourceFileInfo.
Returns
true if the specified CSF.Zpt.Rendering.SourceFileInfo is equal to the current CSF.Zpt.Rendering.UnknownSourceFileInfo; otherwise, false.
object CSF.Zpt.Rendering.UnknownSourceFileInfo.GetContainer ( )
inline

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

Returns
The TALES representation of the current instance.

Implements CSF.Zpt.Rendering.ISourceInfo.

override int CSF.Zpt.Rendering.UnknownSourceFileInfo.GetHashCode ( )
inline

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

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

Implements CSF.Zpt.Rendering.ISourceInfo.

string CSF.Zpt.Rendering.UnknownSourceFileInfo.GetRelativeName ( string  root)
inline

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.

Implements CSF.Zpt.Rendering.ISourceInfo.

override string CSF.Zpt.Rendering.UnknownSourceFileInfo.ToString ( )
inline

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

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

Implements CSF.Zpt.Rendering.ISourceInfo.

Property Documentation

string CSF.Zpt.Rendering.UnknownSourceFileInfo.FullName
get

Gets the filename of the current source file.

Returns
The filename.
ISourceInfo CSF.Zpt.Rendering.UnknownSourceFileInfo.Instance
staticget

Gets the default/singleton instance.

The instance.


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