C# Class Ampere.HistoryEntry

Show file Open project: MikePopoloski/ampere Class Usage Examples

Public Properties

Property Type Description
Byproducts HashSet
Dependencies List
InputCache List
OutputCache List
StageHashes List
StageTypes List
TempDependencies List

Public Methods

Method Description
HistoryEntry ( ) : System

Method Details

HistoryEntry() public method

public HistoryEntry ( ) : System
return System

Property Details

Byproducts public property

public HashSet Byproducts
return HashSet

Dependencies public property

public List Dependencies
return List

InputCache public property

public List InputCache
return List

OutputCache public property

public List OutputCache
return List

StageHashes public property

public List StageHashes
return List

StageTypes public property

public List StageTypes
return List

TempDependencies public property

public List TempDependencies
return List