C# Class WebDav.NamespaceAttr

Represents an xml namespace attribute.
显示文件 Open project: skazantsev/WebDavClient

Public Methods

Method 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 method

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

NamespaceAttr() public method

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