Class EXamlExtensions

    Definition

    Namespace:
    Tizen.NUI.EXaml
    Assembly:
    Tizen.NUI.dll
    public static class EXamlExtensions
    Inheritance
    object
    EXamlExtensions

    Properties

    View Source

    MainAssembly

    Declaration
    public static Assembly MainAssembly { get; set; }
    Property Value
    Type Description
    Assembly

    Methods

    View Source

    CreateObjectFromEXaml(string)

    Declaration
    public static object CreateObjectFromEXaml(string eXamlStr)
    Parameters
    Type Name Description
    string eXamlStr
    Returns
    Type Description
    object
    View Source

    DisposeXamlElements(object)

    Declaration
    public static void DisposeXamlElements(object view)
    Parameters
    Type Name Description
    object view
    View Source

    LoadFromEXaml<T>(T, string)

    Declaration
    public static T LoadFromEXaml<T>(this T view, string eXamlStr)
    Parameters
    Type Name Description
    T view
    string eXamlStr
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    View Source

    LoadFromEXamlByRelativePath<T>(T, string)

    Declaration
    public static object LoadFromEXamlByRelativePath<T>(this T view, string eXamlPath)
    Parameters
    Type Name Description
    T view
    string eXamlPath
    Returns
    Type Description
    object
    Type Parameters
    Name Description
    T
    View Source

    LoadFromEXamlPath<TXaml>(TXaml, string)

    Declaration
    public static TXaml LoadFromEXamlPath<TXaml>(this TXaml view, string path)
    Parameters
    Type Name Description
    TXaml view
    string path
    Returns
    Type Description
    TXaml
    Type Parameters
    Name Description
    TXaml
    View Source

    LoadFromEXamlPath<T>(T, Type)

    Declaration
    public static T LoadFromEXamlPath<T>(this T view, Type callingType)
    Parameters
    Type Name Description
    T view
    Type callingType
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    View Source

    RemoveEventsInXaml(object)

    Declaration
    public static void RemoveEventsInXaml(object eXamlData)
    Parameters
    Type Name Description
    object eXamlData
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX