Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) ILocalizationRepository.Exists示例
编程语言:
C# (CSharp)
类/类型:
ILocalizationRepository
方法/功能:
Exists
hotexamples.com的示例:
1
C# (CSharp) ILocalizationRepository.Exists - 已找到1个示例
。这些是从开源项目中提取的最受好评的
ILocalizationRepository.Exists
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetString(9)
GetAll(8)
GetText(7)
Delete(6)
Get(5)
Update(4)
Add(3)
GetPhrases(3)
TranslateSetting(3)
DeleteAsync(3)
Dispose(3)
GetLanguageByLanguageCulture(2)
Save(2)
GetAllResourceKeys(2)
GetAllLanguageStringsByLangauge(2)
GetResourceKey(2)
GetAllAsync(2)
States(2)
DeleteResourceKey(2)
AllLanguageResources(2)
Countries(2)
SaveLocalizationAsync(1)
LocalUpdate(1)
UpdateCurrentVersion(1)
GetStates(1)
UpdateAsync(1)
Insert(1)
InsertAsync(1)
IsExistAsync(1)
Query(1)
MonitorStop(1)
SaveResourcesAsync(1)
RefreshUpdatesAsync(1)
Remove(1)
RemoveByIpAsync(1)
ResetLocalizationCache(1)
SetCurrentVersion(1)
SearchResourceValues(1)
SearchResourceKeys(1)
GetResourcesByLanguageIdAsync(1)
GetLocalizationAsync(1)
GetResource(1)
GetAllValues(1)
AddOrUpdateLocalize(1)
AllAsync(1)
CheckLocaleExisted(1)
CloneLocalization(1)
Create(1)
CreateAsync(1)
DeleteAll(1)
常用方法
GetString (9)
GetAll (8)
GetText (7)
Delete (6)
Get (5)
Update (4)
Add (3)
GetPhrases (3)
TranslateSetting (3)
DeleteAsync (3)
常用方法
Dispose (3)
GetLanguageByLanguageCulture (2)
Save (2)
GetAllResourceKeys (2)
GetAllLanguageStringsByLangauge (2)
GetResourceKey (2)
GetAllAsync (2)
States (2)
DeleteResourceKey (2)
AllLanguageResources (2)
Countries (2)
SaveLocalizationAsync (1)
LocalUpdate (1)
UpdateCurrentVersion (1)
GetStates (1)
UpdateAsync (1)
Insert (1)
InsertAsync (1)
IsExistAsync (1)
Query (1)
常用方法
Countries (2)
SaveLocalizationAsync (1)
LocalUpdate (1)
UpdateCurrentVersion (1)
GetStates (1)
UpdateAsync (1)
Insert (1)
InsertAsync (1)
IsExistAsync (1)
Query (1)
MonitorStop (1)
SaveResourcesAsync (1)
RefreshUpdatesAsync (1)
Remove (1)
RemoveByIpAsync (1)
ResetLocalizationCache (1)
SetCurrentVersion (1)
SearchResourceValues (1)
SearchResourceKeys (1)
GetResourcesByLanguageIdAsync (1)
GetLocalizationAsync (1)
GetResource (1)
GetAllValues (1)
AddOrUpdateLocalize (1)
AllAsync (1)
CheckLocaleExisted (1)
CloneLocalization (1)
Create (1)
CreateAsync (1)
DeleteAll (1)
常用方法
MonitorStop (1)
SaveResourcesAsync (1)
RefreshUpdatesAsync (1)
Remove (1)
RemoveByIpAsync (1)
ResetLocalizationCache (1)
SetCurrentVersion (1)
SearchResourceValues (1)
SearchResourceKeys (1)
GetResourcesByLanguageIdAsync (1)
GetLocalizationAsync (1)
GetResource (1)
GetAllValues (1)
AddOrUpdateLocalize (1)
AllAsync (1)
CheckLocaleExisted (1)
CloneLocalization (1)
Create (1)
CreateAsync (1)
DeleteAll (1)
DownloadAsync (1)
Exists (1)
ForceUpdateAsync (1)
GetAllValuesForKey (1)
GetPagedAsync (1)
GetAppLangues (1)
GetAsync (1)
GetByCode (1)
GetByLocaleId (1)
GetByLocalizationKey (1)
GetByLocalizationValue (1)
GetCities (1)
AddAsync (1)
GetLocalizationByKey (1)
GetLocalizationValue (1)
GetMultipleLanguageConfiguration (1)
WebUpdate (1)
示例#1
0
显示文件
文件:
LocalizationService.cs
项目:
miroslav-tashonov/AdsSite
public bool Exists(Guid id) { return(_repository.Exists(id)); }
x