Ejemplo n.º 1
0
 public string DictPrepare2(int uid, string art, string fstyle, SemanticLinkHelper.WordFormsService.gldescdic d, bool singledict)
 {
     return(base.Channel.DictPrepare2(uid, art, fstyle, d, singledict));
 }
Ejemplo n.º 2
0
 public int SearchOrderNum(out bool res, int id, SemanticLinkHelper.WordFormsService.gldescdic dict, bool singledict)
 {
     return(base.Channel.SearchOrderNum(out res, id, dict, singledict));
 }
Ejemplo n.º 3
0
 public bool existdict(int uid, SemanticLinkHelper.WordFormsService.gldescdic d)
 {
     return(base.Channel.existdict(uid, d));
 }
Ejemplo n.º 4
0
 public int SearchDicWord(out bool r, string w, SemanticLinkHelper.WordFormsService.gldescdic d, bool singledict)
 {
     return(base.Channel.SearchDicWord(out r, w, d, singledict));
 }
Ejemplo n.º 5
0
 public string GenerateWPar3(string word, int id, string fstyle, SemanticLinkHelper.WordFormsService.gldescdic dtype)
 {
     return(base.Channel.GenerateWPar3(word, id, fstyle, dtype));
 }
Ejemplo n.º 6
0
 public int ReestrGetLen(SemanticLinkHelper.WordFormsService.gldescdic dict)
 {
     return(base.Channel.ReestrGetLen(dict));
 }
Ejemplo n.º 7
0
 public int ReestrGetID(int i, SemanticLinkHelper.WordFormsService.gldescdic dict, bool singledict)
 {
     return(base.Channel.ReestrGetID(i, dict, singledict));
 }
Ejemplo n.º 8
0
 public SemanticLinkHelper.WordFormsService.ListElement[] SupplyPageOfData(int lowerPageBoundary, int rowsPerPage, SemanticLinkHelper.WordFormsService.gldescdic dicFlag, bool singledict)
 {
     return(base.Channel.SupplyPageOfData(lowerPageBoundary, rowsPerPage, dicFlag, singledict));
 }