Class EXamlExtensions
Definition
- Namespace:
- Tizen.NUI.EXaml
- Assembly:
- Tizen.NUI.dll
public static class EXamlExtensions
- Inheritance
-
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
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 Parameters
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 Parameters
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 Parameters
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 Parameters
View Source
RemoveEventsInXaml(object)
Declaration
public static void RemoveEventsInXaml(object eXamlData)
Parameters
| Type |
Name |
Description |
| object |
eXamlData |
|