Property | Type | Description | |
---|---|---|---|
bookmarkDate | DateTime, | ||
isLearned | bool |
Method | Description | |
---|---|---|
Bookmark ( string word, string translation, string context, uint id, DateTime, bookmarkDate ) : System | ||
ListFromJson ( string json ) : List |
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 |
public static ListFromJson ( string json ) : List |
||
json | string | |
return | List |