Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) ITaxesService.SearchByName Examples
Programming Language:
C# (CSharp)
Class/Type:
ITaxesService
Method/Function:
SearchByName
Examples at hotexamples.com:
1
C# (CSharp) ITaxesService.SearchByName - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ITaxesService.SearchByName
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
AddTax(7)
Create(3)
Delete(3)
GetTaxes(2)
DeleteAsync(2)
ReadAsync(2)
GetTax(2)
Get(2)
Update(2)
SaveAsync(1)
Index(1)
Insert(1)
ReadCSVAsync(1)
AddAsync(1)
SearchByName(1)
UpdateTax(1)
VerifyTaxDeleteOK(1)
VerifyTaxUnique(1)
selectCountries(1)
UpdateAsync(1)
GetByType(1)
GetPost(1)
GetList(1)
AddByCommunityId(1)
GetById(1)
GetByCommunityId(1)
GetAsQueryable(1)
GetAsEnumerableAsync(1)
GetAllTaxesAsync(1)
GetAll(1)
FindByIdAsync(1)
Edit(1)
DeleteById(1)
All(1)
AddRangeTaxes(1)
selectCountrySubDivisions(1)
Frequently Used Methods
AddTax (7)
Create (3)
Delete (3)
GetTaxes (2)
DeleteAsync (2)
ReadAsync (2)
GetTax (2)
Get (2)
Update (2)
SaveAsync (1)
Frequently Used Methods
Index (1)
Insert (1)
ReadCSVAsync (1)
AddAsync (1)
SearchByName (1)
UpdateTax (1)
VerifyTaxDeleteOK (1)
VerifyTaxUnique (1)
selectCountries (1)
UpdateAsync (1)
GetByType (1)
GetPost (1)
GetList (1)
AddByCommunityId (1)
GetById (1)
GetByCommunityId (1)
GetAsQueryable (1)
GetAsEnumerableAsync (1)
GetAllTaxesAsync (1)
GetAll (1)
Frequently Used Methods
GetByType (1)
GetPost (1)
GetList (1)
AddByCommunityId (1)
GetById (1)
GetByCommunityId (1)
GetAsQueryable (1)
GetAsEnumerableAsync (1)
GetAllTaxesAsync (1)
GetAll (1)
FindByIdAsync (1)
Edit (1)
DeleteById (1)
All (1)
AddRangeTaxes (1)
selectCountrySubDivisions (1)
Frequently Used Methods
FindByIdAsync (1)
Edit (1)
DeleteById (1)
All (1)
AddRangeTaxes (1)
selectCountrySubDivisions (1)
Example #1
0
Show file
public IHttpActionResult SearchByName(string text) { return(Ok(_service.SearchByName(text))); }
x