C# 클래스 Grabacr07.KanColleViewer.Plugins.QuestItem

파일 보기 프로젝트 열기: xupefei/KCV-QuestTracker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
IsTracking bool
Name string
ProcessStorageString string
TrackingStart System.DateTime
Type QuestType

공개 메소드들

메소드 설명
Deserialize ( string data ) : QuestItem
QuestItem ( int id, QuestType type ) : System
QuestItem ( int id, QuestType type, bool isTracking, System.DateTime time ) : System
QuestItem ( int id, QuestType type, string name, bool isTracking, System.DateTime start, string processStorage ) : System
Serialize ( ) : string

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( string data ) : QuestItem
data string
리턴 QuestItem

QuestItem() 공개 메소드

public QuestItem ( int id, QuestType type ) : System
id int
type QuestType
리턴 System

QuestItem() 공개 메소드

public QuestItem ( int id, QuestType type, bool isTracking, System.DateTime time ) : System
id int
type QuestType
isTracking bool
time System.DateTime
리턴 System

QuestItem() 공개 메소드

public QuestItem ( int id, QuestType type, string name, bool isTracking, System.DateTime start, string processStorage ) : System
id int
type QuestType
name string
isTracking bool
start System.DateTime
processStorage string
리턴 System

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

IsTracking 공개적으로 프로퍼티

public bool IsTracking
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

ProcessStorageString 공개적으로 프로퍼티

public string ProcessStorageString
리턴 string

TrackingStart 공개적으로 프로퍼티

public DateTime,System TrackingStart
리턴 System.DateTime

Type 공개적으로 프로퍼티

public QuestType Type
리턴 QuestType