Interface INameScope

Definition

Namespace:
Tizen.NUI.Binding.Internals
Assembly:
Tizen.NUI.dll
C#
Copy
public interface INameScope

Methods

View Source

FindByName(String)

Declaration
C#
Copy
object FindByName(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Object
View Source

RegisterName(String, Object)

Declaration
C#
Copy
void RegisterName(string name, object scopedElement)
Parameters
Type Name Description
String name
Object scopedElement
View Source

RegisterName(String, Object, IXmlLineInfo)

Declaration
C#
Copy
void RegisterName(string name, object scopedElement, IXmlLineInfo xmlLineInfo)
Parameters
Type Name Description
String name
Object scopedElement
IXmlLineInfo xmlLineInfo
View Source

UnregisterName(String)

Declaration
C#
Copy
void UnregisterName(string name)
Parameters
Type Name Description
String name

Extension Methods