Class XamlTask

Definition

Namespace:
Tizen.NUI.Xaml.Build.Tasks
Assembly:
Tizen.NUI.XamlBuild.dll
C#
Copy
public abstract class XamlTask : MarshalByRefObject, ITask
Inheritance
XamlTask
Derived
Implements
ITask

Properties

View Source

Assembly

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

BuildEngine

Declaration
C#
Copy
public IBuildEngine BuildEngine { get; set; }
Property Value
Type Description
IBuildEngine
View Source

DebugSymbols

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

DebugType

Declaration
C#
Copy
public string DebugType { 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

HostObject

Declaration
C#
Copy
public ITaskHost HostObject { get; set; }
Property Value
Type Description
ITaskHost
View Source

LoggingHelper

Declaration
C#
Copy
protected TaskLoggingHelper LoggingHelper { get; }
Property Value
Type Description
TaskLoggingHelper
View Source

NeedDebug

Declaration
C#
Copy
public bool NeedDebug { 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

Verbosity

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

XamlFilePath

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

Methods

View Source

Execute()

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

Execute(out IList<Exception>)

Declaration
C#
Copy
public abstract bool Execute(out IList<Exception> thrownExceptions)
Parameters
Type Name Description
IList<Exception> thrownExceptions
Returns
Type Description
Boolean

Implements

ITask

Extension Methods