Class ITHit.WebDAV.Client.PropertyName


class ITHit.WebDAV.Client.PropertyName
WebDAV property name.
Defined in ITHitWebDAVClient.js

Constructor Summary
PropertyName(String sName, String sNnamespaceUri)
Initializes new instance of PropertyName.

Function Summary
Checks whether objects are equal.
String toString()
Returns string representation of current property name.

Constructor Details

constructor PropertyName

PropertyName(String sName, String sNnamespaceUri)
Initializes new instance of PropertyName.
Parameters:
sName Name of the property.
sNnamespaceUri Namespace of the property.

Function Details

function Equals

Boolean Equals(ITHit.WebDAV.Client.PropertyName oObj)
Checks whether objects are equal.
Parameters:
oObj An object to compare with the PropertyName object.
Returns:
true if the PropertyName and oObj are both PropertyName objects, and every component of the PropertyName object matches the corresponding component of oObj; otherwise, false.

function toString

String toString()
Returns string representation of current property name.
Returns:
String representation of current property name.