C# Class Geowigo.Models.HistoryEntry

Exibir arquivo Open project: WFoundation/WF.Player.WinPhone Class Usage Examples

Private Properties

Property Type Description
HistoryEntry System

Public Methods

Method Description
HistoryEntry ( HistoryEntry type, CartridgeTag cartTag ) : System

Constructs a history entry of a particular type, populating its fields with the contents of a cartridge tag, and using DateTime.Now as timestamp.

HistoryEntry ( HistoryEntry type, CartridgeTag cartTag, CartridgeSavegame savegame ) : System

Constructs a history entry of a particular type, populating its fields with the contents of a cartridge tag and a cartridge savegame, and using DateTime.Now as timestamp.

Private Methods

Method Description
HistoryEntry ( ) : System

Method Details

HistoryEntry() public method

Constructs a history entry of a particular type, populating its fields with the contents of a cartridge tag, and using DateTime.Now as timestamp.
public HistoryEntry ( HistoryEntry type, CartridgeTag cartTag ) : System
type HistoryEntry
cartTag CartridgeTag
return System

HistoryEntry() public method

Constructs a history entry of a particular type, populating its fields with the contents of a cartridge tag and a cartridge savegame, and using DateTime.Now as timestamp.
public HistoryEntry ( HistoryEntry type, CartridgeTag cartTag, CartridgeSavegame savegame ) : System
type HistoryEntry
cartTag CartridgeTag
savegame CartridgeSavegame
return System