Method | Description | |
---|---|---|
AddNewLocalizationData ( List |
||
Create ( |
||
Create ( string baseName, string location ) : IStringLocalizer | ||
GetExportHistory ( ) : IList | ||
GetImportHistory ( ) : IList | ||
GetLocalizationData ( System.DateTime from, string culture = null, string reason = "export" ) : IList | ||
GetLocalizationData ( string reason = "export" ) : IList | ||
ResetCache ( ) : void | ||
ResetCache ( |
||
SqlStringLocalizerFactory ( LocalizationModelContext context, IOptions |
||
UpdatetLocalizationData ( List |
Method | Description | |
---|---|---|
GetAllFromDatabaseForResource ( string resourceKey ) : string>.Dictionary |
public AddNewLocalizationData ( List |
||
data | List |
|
information | string | |
return | void |
public Create ( |
||
resourceSource | ||
return | IStringLocalizer |
public Create ( string baseName, string location ) : IStringLocalizer | ||
baseName | string | |
location | string | |
return | IStringLocalizer |
public GetLocalizationData ( System.DateTime from, string culture = null, string reason = "export" ) : IList | ||
from | System.DateTime | |
culture | string | |
reason | string | |
return | IList |
public GetLocalizationData ( string reason = "export" ) : IList | ||
reason | string | |
return | IList |
public ResetCache ( |
||
resourceSource | ||
return | void |
public SqlStringLocalizerFactory ( LocalizationModelContext context, IOptions |
||
context | LocalizationModelContext | |
localizationOptions | IOptions |
|
return | System |
public UpdatetLocalizationData ( List |
||
data | List |
|
information | string | |
return | void |