C# Class PlaygroundKeeper.TaskItem

显示文件 Open project: Starcounter/PlaygroundKeeper

Public Properties

Property Type Description
AppId string
DepotKey string
Flag TaskFlag
Hive Playground
Host PlaygroundHost

Public Methods

Method Description
TaskItem ( TaskFlag flag, Playground hive = null, PlaygroundHost host = null, string depotKey = null, string appId = null ) : System

Method Details

TaskItem() public method

public TaskItem ( TaskFlag flag, Playground hive = null, PlaygroundHost host = null, string depotKey = null, string appId = null ) : System
flag TaskFlag
hive Playground
host PlaygroundHost
depotKey string
appId string
return System

Property Details

AppId public_oe property

public string AppId
return string

DepotKey public_oe property

public string DepotKey
return string

Flag public_oe property

public TaskFlag Flag
return TaskFlag

Hive public_oe property

public Playground,PlaygroundKeeper Hive
return Playground

Host public_oe property

public PlaygroundHost,PlaygroundKeeper Host
return PlaygroundHost