C# 클래스 Geowigo.Models.HistoryEntry

파일 보기 프로젝트 열기: WFoundation/WF.Player.WinPhone 1 사용 예제들

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