Class CssGTask

Definition

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

Properties

View Source

AssemblyName

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

CSSFiles

Declaration
C#
Copy
public ITaskItem[] CSSFiles { get; set; }
Property Value
Type Description
ITaskItem[]
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[]

Methods

View Source

Execute()

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

Extension Methods