Class NUIXamlGTask

Definition

Namespace:
Tizen.NUI.Xaml.Build.Tasks
Assembly:
Tizen.NUI.XamlBuild.dll
C#
Copy
public class NUIXamlGTask : Task
Inheritance
NUIXamlGTask

Properties

View Source

AddXamlCompilationAttribute

Declaration
C#
Copy
public bool AddXamlCompilationAttribute { get; set; }
Property Value
Type Description
Boolean
View Source

AssemblyName

Declaration
C#
Copy
public string AssemblyName { get; set; }
Property Value
Type Description
String
View Source

DependencyPaths

Declaration
C#
Copy
public string DependencyPaths { get; set; }
Property Value
Type Description
String
View Source

Language

Declaration
C#
Copy
public string Language { get; set; }
Property Value
Type Description
String
View Source

OutputFiles

Declaration
C#
Copy
public ITaskItem[] OutputFiles { get; set; }
Property Value
Type Description
ITaskItem[]
View Source

PrintReferenceAssemblies

Declaration
C#
Copy
public bool PrintReferenceAssemblies { get; set; }
Property Value
Type Description
Boolean
View Source

ReferencePath

Declaration
C#
Copy
public string ReferencePath { get; set; }
Property Value
Type Description
String
View Source

XamlFiles

Declaration
C#
Copy
public ITaskItem[] XamlFiles { get; set; }
Property Value
Type Description
ITaskItem[]
View Source

XamlOptimization

Declaration
C#
Copy
public int XamlOptimization { get; set; }
Property Value
Type Description
Int32

Methods

View Source

Execute()

Declaration
C#
Copy
public override bool Execute()
Returns
Type Description
Boolean

Extension Methods