Class NameScope

    Definition

    Namespace:
    Tizen.NUI.Binding.Internals
    Assembly:
    Tizen.NUI.dll
    public class NameScope : INameScope
    Inheritance
    object
    NameScope
    Implements
    INameScope

    Fields

    View Source

    NameScopeProperty

    Declaration
    public static readonly BindableProperty NameScopeProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    XNames

    Declaration
    public Dictionary<string, object> XNames { get; }
    Property Value
    Type Description
    Dictionary<, ><string, object>

    Methods

    View Source

    GetNameScope(BindableObject)

    Declaration
    public static INameScope GetNameScope(BindableObject bindable)
    Parameters
    Type Name Description
    BindableObject bindable
    Returns
    Type Description
    INameScope
    View Source

    SetNameScope(BindableObject, INameScope)

    Declaration
    public static void SetNameScope(BindableObject bindable, INameScope value)
    Parameters
    Type Name Description
    BindableObject bindable
    INameScope value

    Explicit Interface Implementations

    View Source

    INameScope.FindByName(string)

    Declaration
    object INameScope.FindByName(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    object
    View Source

    INameScope.RegisterName(string, object, IXmlLineInfo)

    Declaration
    void INameScope.RegisterName(string name, object scopedElement, IXmlLineInfo xmlLineInfo)
    Parameters
    Type Name Description
    string name
    object scopedElement
    IXmlLineInfo xmlLineInfo
    View Source

    INameScope.RegisterName(string, object)

    Declaration
    void INameScope.RegisterName(string name, object scopedElement)
    Parameters
    Type Name Description
    string name
    object scopedElement
    View Source

    INameScope.UnregisterName(string)

    Declaration
    void INameScope.UnregisterName(string name)
    Parameters
    Type Name Description
    string name

    Implements

    INameScope

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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