Class XmlnsDefinitionAttribute

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Specifies a mapping on a per-assembly basis between a XAML namespace and a CLR namespace,
    which is then used for type resolution by a XAML object writer or XAML schema context.

    public sealed class XmlnsDefinitionAttribute : Attribute
    Inheritance
    object
    XmlnsDefinitionAttribute

    Constructors

    View Source

    XmlnsDefinitionAttribute(string, string)

    Declaration
    public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)
    Parameters
    Type Name Description
    string xmlNamespace
    string clrNamespace

    Properties

    View Source

    AssemblyName

    Declaration
    public string AssemblyName { get; set; }
    Property Value
    Type Description
    string
    View Source

    ClrNamespace

    Declaration
    public string ClrNamespace { get; }
    Property Value
    Type Description
    string
    View Source

    Level

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    int
    View Source

    XmlNamespace

    Declaration
    public string XmlNamespace { get; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX