Class EXamlExtensions

Definition

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

Properties

View Source

MainAssembly

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

Methods

View Source

CreateObjectFromEXaml(String)

Declaration
C#
Copy
public static object CreateObjectFromEXaml(string eXamlStr)
Parameters
Type Name Description
String eXamlStr
Returns
Type Description
Object
View Source

DisposeXamlElements(Object)

Declaration
C#
Copy
public static void DisposeXamlElements(object view)
Parameters
Type Name Description
Object view
View Source

LoadFromEXaml<T>(T, String)

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
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
C#
Copy
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
C#
Copy
public static void RemoveEventsInXaml(object eXamlData)
Parameters
Type Name Description
Object eXamlData