Method | Description | |
---|---|---|
AddIgnoreWord ( string word ) : void | ||
BeginTran ( ) : void | ||
ClearUserVocabulary ( ) : void | ||
Commit ( ) : void | ||
DeleteSubtitleWords ( string word ) : void | ||
DeleteUserVocabulary ( string word ) : void | ||
DeleteWord ( string word ) : void | ||
FindAllUserVocabulary ( bool>.Expression |
||
FindSubtitleWords ( string word ) : IList |
||
GetAllIgnoreWords ( ) : IList |
||
GetAllUserKnownVocabulary ( ) : IList |
||
GetAllUserUnKnownVocabulary ( ) : IList |
||
GetAllUserVocabulary ( ) : IList |
||
GetConfigValue ( string key ) : string | ||
GetUserWord ( string word ) : |
||
InitDatabase ( ) : void | ||
SaveSubtitleNewWords ( IList |
||
SaveUserVocabulary ( IList |
||
SaveUserVocabulary ( |
||
SetConfigValue ( string key, string value ) : void | ||
UpdateStarFlag ( string word, bool isStar ) : void |
Method | Description | |
---|---|---|
DbOperator ( ) : System | ||
RunSql ( string sql ) : void |
public DeleteSubtitleWords ( string word ) : void | ||
word | string | |
return | void |
public DeleteUserVocabulary ( string word ) : void | ||
word | string | |
return | void |
public FindAllUserVocabulary ( bool>.Expression |
||
funExpression | bool>.Expression | |
return | IList |
public FindSubtitleWords ( string word ) : IList |
||
word | string | |
return | IList |
public GetAllUserUnKnownVocabulary ( ) : IList |
||
return | IList |
public GetConfigValue ( string key ) : string | ||
key | string | |
return | string |
public GetUserWord ( string word ) : |
||
word | string | |
return |
public SaveSubtitleNewWords ( IList |
||
newWords | IList |
|
subtitleName | string | |
return | void |
public SaveUserVocabulary ( IList |
||
userWords | IList |
|
source | string | |
return | void |
public SaveUserVocabulary ( |
||
userVocabulary | ||
return | void |
public SetConfigValue ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public UpdateStarFlag ( string word, bool isStar ) : void | ||
word | string | |
isStar | bool | |
return | void |