C# 클래스 WebDav.NamespaceAttr

Represents an xml namespace attribute.
파일 보기 프로젝트 열기: skazantsev/WebDavClient

공개 메소드들

메소드 설명
NamespaceAttr ( string defaultNamespace )

Initializes a new instance of the NamespaceAttr class.

NamespaceAttr ( string prefix, string @namespace )

Initializes a new instance of the NamespaceAttr class.

메소드 상세

NamespaceAttr() 공개 메소드

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

NamespaceAttr() 공개 메소드

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