C# Class PlaygroundKeeper.TaskItem

Show file 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 property

public string AppId
return string

DepotKey public property

public string DepotKey
return string

Flag public property

public TaskFlag Flag
return TaskFlag

Hive public property

public Playground,PlaygroundKeeper Hive
return Playground

Host public property

public PlaygroundHost,PlaygroundKeeper Host
return PlaygroundHost