C# Класс Geowigo.Models.HistoryEntry

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
HistoryEntry System

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
HistoryEntry ( ) : System

Описание методов

HistoryEntry() публичный Метод

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
Результат System

HistoryEntry() публичный Метод

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
Результат System