Class NameScope
Definition
- Namespace:
- Tizen.NUI.Binding.Internals
- Assembly:
- Tizen.NUI.dll
public class NameScope : INameScope
- Inheritance
-
- Implements
-
Fields
View Source
NameScopeProperty
Declaration
public static readonly BindableProperty NameScopeProperty
Field Value
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
Returns
View Source
SetNameScope(BindableObject, INameScope)
Declaration
public static void SetNameScope(BindableObject bindable, INameScope value)
Parameters
Explicit Interface Implementations
View Source
INameScope.FindByName(string)
Declaration
object INameScope.FindByName(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
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
Extension Methods