Метод | Описание | |
---|---|---|
AddUpdateEntity ( |
||
DeleteSkill ( long deleteId ) : void | ||
Dispose ( ) : void | ||
ElasticSearchProvider ( ) : System | ||
QueryString ( string term ) : IEnumerable |
||
UpdateSkill ( long updateId, string updateName, string updateDescription ) : void |
Метод | Описание | |
---|---|---|
BuildQueryStringSearch ( string term ) : ElasticsearchCRUD.Model.SearchModel.Search |
public AddUpdateEntity ( |
||
skill | ||
Результат | void |
public DeleteSkill ( long deleteId ) : void | ||
deleteId | long | |
Результат | void |
public QueryString ( string term ) : IEnumerable |
||
term | string | |
Результат | IEnumerable |
public UpdateSkill ( long updateId, string updateName, string updateDescription ) : void | ||
updateId | long | |
updateName | string | |
updateDescription | string | |
Результат | void |