C# Class Bookmark, Team-6

ファイルを表示 Open project: RUGSoftEng/Team-6 Class Usage Examples

Public Properties

Property Type Description
bookmarkDate DateTime,
isLearned bool

Public Methods

Method Description
Bookmark ( string word, string translation, string context, uint id, DateTime, bookmarkDate ) : System
ListFromJson ( string json ) : List

Method Details

Bookmark() public method

public Bookmark ( string word, string translation, string context, uint id, DateTime, bookmarkDate ) : System
word string
translation string
context string
id uint
bookmarkDate DateTime,
return System

ListFromJson() public static method

public static ListFromJson ( string json ) : List
json string
return List

Property Details

bookmarkDate public_oe property

public DateTime, bookmarkDate
return DateTime,

isLearned public_oe property

public bool isLearned
return bool