C# Class Geowigo.Models.HistoryEntry

Afficher le fichier Open project: WFoundation/WF.Player.WinPhone Class Usage Examples

Private Properties

Свойство Type Description
HistoryEntry System

Méthodes publiques

Méthode 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

Méthode Description
HistoryEntry ( ) : System

Method Details

HistoryEntry() public méthode

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
Résultat System

HistoryEntry() public méthode

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
Résultat System