Table of Contents

Class XmlNamespaceAttribute

Namespace
NanoByte.Common.Storage
Assembly
NanoByte.Common.dll

Allows you to specify a XmlQualifiedName (namespace short-name) for XmlStorage to use.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class XmlNamespaceAttribute : Attribute
Inheritance
XmlNamespaceAttribute
Extension Methods

Constructors

XmlNamespaceAttribute(string, string)

Specified a XmlQualifiedName (namespace short-name) for XmlStorage to use.

public XmlNamespaceAttribute(string name, string ns)

Parameters

name string

The short-name.

ns string

The full namespace URI.

Properties

QualifiedName

public XmlQualifiedName QualifiedName { get; }

Property Value

XmlQualifiedName