示例#1
0
 object ICustomJson.GetCustomJson()
 {
     return(SuggestPathInfo.GetCustomJson(this));
 }
示例#2
0
 protected override void UpdatePathInfo(IConnectionSettingsValues settings, ElasticsearchPathInfo <SuggestRequestParameters> pathInfo)
 {
     SuggestPathInfo.Update(pathInfo, this);
 }