ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Represents a ZPT namespace, by either or both of its prefix and namespace URI. More...
Public Member Functions | |
bool | Equals (ZptNamespace other) |
Determines whether the specified CSF.Zpt.Rendering.ZptNamespace is equal to the current CSF.Zpt.Rendering.ZptNamespace. More... | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.ZptNamespace. More... | |
override int | GetHashCode () |
Serves as a hash function for a CSF.Zpt.Rendering.ZptNamespace object. More... | |
override string | ToString () |
Returns a System.String that represents the current CSF.Zpt.Rendering.ZptNamespace. More... | |
ZptNamespace (string prefix=null, string uri=null) | |
Initializes a new instance of the CSF.Zpt.Rendering.ZptNamespace class. More... | |
Static Public Member Functions | |
static bool | operator== (ZptNamespace first, ZptNamespace second) |
Operator overload for testing equality between two ZptNamespace instances. More... | |
static bool | operator!= (ZptNamespace first, ZptNamespace second) |
Operator overload for testing inequality between two ZptNamespace instances. More... | |
Properties | |
string | Uri [get] |
Gets the full namespace URI. More... | |
string | Prefix [get] |
Gets the namespace prefix. More... | |
static ZptNamespace | Default [get] |
Gets an instance representing a document's default namespace (IE: no namespace). More... | |
Represents a ZPT namespace, by either or both of its prefix and namespace URI.
|
inline |
Initializes a new instance of the CSF.Zpt.Rendering.ZptNamespace class.
prefix | The namespace prefix. |
uri | The full namespace URI. |
|
inline |
Determines whether the specified CSF.Zpt.Rendering.ZptNamespace is equal to the current CSF.Zpt.Rendering.ZptNamespace.
other | The CSF.Zpt.Rendering.ZptNamespace to compare with the current CSF.Zpt.Rendering.ZptNamespace. |
true
if the specified CSF.Zpt.Rendering.ZptNamespace is equal to the current CSF.Zpt.Rendering.ZptNamespace; otherwise, false
.
|
inline |
Determines whether the specified System.Object is equal to the current CSF.Zpt.Rendering.ZptNamespace.
obj | The System.Object to compare with the current CSF.Zpt.Rendering.ZptNamespace. |
true
if the specified System.Object is equal to the current CSF.Zpt.Rendering.ZptNamespace; otherwise, false
.
|
inline |
Serves as a hash function for a CSF.Zpt.Rendering.ZptNamespace object.
|
inlinestatic |
Operator overload for testing inequality between two ZptNamespace instances.
first | The first instance. |
second | The second instance. |
|
inlinestatic |
Operator overload for testing equality between two ZptNamespace instances.
first | The first instance. |
second | The second instance. |
|
inline |
Returns a System.String that represents the current CSF.Zpt.Rendering.ZptNamespace.
|
staticget |
Gets an instance representing a document's default namespace (IE: no namespace).
The default namespace.
|
get |
Gets the namespace prefix.
The namespace prefix.
|
get |
Gets the full namespace URI.
The namespace URI.