Show / Hide Table of Contents

Class XmlNamespaceAttribute

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

Inheritance
Object
XmlNamespaceAttribute
Namespace: NanoByte.Common.Storage
Assembly: NanoByte.Common.dll
Syntax
public sealed class XmlNamespaceAttribute : Attribute

Constructors

XmlNamespaceAttribute(String, String)

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

Declaration
public XmlNamespaceAttribute(string name, string ns)
Parameters
Type Name Description
String name

The short-name.

String ns

The full namespace URI.

Properties

QualifiedName

The XmlQualifiedName.

Declaration
public XmlQualifiedName QualifiedName { get; }
Property Value
Type Description
XmlQualifiedName

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)
In This Article
Back to top Copyright Bastian Eicher