C# Class WebDav.NamespaceAttr

Represents an xml namespace attribute.
Afficher le fichier Open project: skazantsev/WebDavClient

Méthodes publiques

Méthode Description
NamespaceAttr ( string defaultNamespace )

Initializes a new instance of the NamespaceAttr class.

NamespaceAttr ( string prefix, string @namespace )

Initializes a new instance of the NamespaceAttr class.

Method Details

NamespaceAttr() public méthode

Initializes a new instance of the NamespaceAttr class.
public NamespaceAttr ( string defaultNamespace )
defaultNamespace string The default namespace.

NamespaceAttr() public méthode

Initializes a new instance of the NamespaceAttr class.
public NamespaceAttr ( string prefix, string @namespace )
prefix string The prefix of the namespace
@namespace string