Show / Hide Table of Contents

    Class XmlQualifiedEntity

    A class designed to help assure qualified names in XML serializations.

    Inheritance
    System.Object
    XmlQualifiedEntity
    Namespace: Cuemon.Xml.Serialization
    Assembly: Cuemon.Xml.dll
    Syntax
    public sealed class XmlQualifiedEntity

    Constructors

    | Improve this Doc

    XmlQualifiedEntity(String)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(string localName)
    Parameters
    Type Name Description
    System.String localName

    The local name of the entity.

    | Improve this Doc

    XmlQualifiedEntity(String, String)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(string localName, string ns)
    Parameters
    Type Name Description
    System.String localName

    The local name of the entity.

    System.String ns

    The namespace URI to associate with the entity.

    | Improve this Doc

    XmlQualifiedEntity(String, String, String)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(string prefix, string localName, string ns)
    Parameters
    Type Name Description
    System.String prefix

    The namespace prefix of the entity.

    System.String localName

    The local name of the entity.

    System.String ns

    The namespace URI to associate with the entity.

    | Improve this Doc

    XmlQualifiedEntity(XmlAnyElementAttribute)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(XmlAnyElementAttribute attribute)
    Parameters
    Type Name Description
    System.Xml.Serialization.XmlAnyElementAttribute attribute

    The XML related attribute to extract qualified name information about.

    | Improve this Doc

    XmlQualifiedEntity(XmlAttributeAttribute)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(XmlAttributeAttribute attribute)
    Parameters
    Type Name Description
    System.Xml.Serialization.XmlAttributeAttribute attribute

    The XML related attribute to extract qualified name information about.

    | Improve this Doc

    XmlQualifiedEntity(XmlElementAttribute)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(XmlElementAttribute attribute)
    Parameters
    Type Name Description
    System.Xml.Serialization.XmlElementAttribute attribute

    The XML related attribute to extract qualified name information about.

    | Improve this Doc

    XmlQualifiedEntity(XmlRootAttribute)

    Initializes a new instance of the XmlQualifiedEntity class.

    Declaration
    public XmlQualifiedEntity(XmlRootAttribute attribute)
    Parameters
    Type Name Description
    System.Xml.Serialization.XmlRootAttribute attribute

    The XML related attribute to extract qualified name information about.

    Properties

    | Improve this Doc

    LocalName

    Gets the local name of the entity.

    Declaration
    public string LocalName { get; }
    Property Value
    Type Description
    System.String

    The local name of the entity.

    | Improve this Doc

    Namespace

    Gets the namespace URI to associate with the entity.

    Declaration
    public string Namespace { get; }
    Property Value
    Type Description
    System.String

    The namespace URI to associate with the entity.

    | Improve this Doc

    Prefix

    Gets the namespace prefix of the entity.

    Declaration
    public string Prefix { get; }
    Property Value
    Type Description
    System.String

    The namespace prefix of the entity.

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX