C# 클래스 Localization.SqlLocalizer.DbStringLocalizer.SqlStringLocalizerFactory

상속: IStringLocalizerFactory, IStringExtendedLocalizerFactory
파일 보기 프로젝트 열기: damienbod/AspNet5Localization

공개 메소드들

메소드 설명
AddNewLocalizationData ( List data, string information ) : void
Create ( Type resourceSource ) : IStringLocalizer
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 ( Type resourceSource ) : void
SqlStringLocalizerFactory ( LocalizationModelContext context, IOptions localizationOptions ) : System
UpdatetLocalizationData ( List data, string information ) : void

비공개 메소드들

메소드 설명
GetAllFromDatabaseForResource ( string resourceKey ) : string>.Dictionary

메소드 상세

AddNewLocalizationData() 공개 메소드

public AddNewLocalizationData ( List data, string information ) : void
data List
information string
리턴 void

Create() 공개 메소드

public Create ( Type resourceSource ) : IStringLocalizer
resourceSource System.Type
리턴 IStringLocalizer

Create() 공개 메소드

public Create ( string baseName, string location ) : IStringLocalizer
baseName string
location string
리턴 IStringLocalizer

GetExportHistory() 공개 메소드

public GetExportHistory ( ) : IList
리턴 IList

GetImportHistory() 공개 메소드

public GetImportHistory ( ) : IList
리턴 IList

GetLocalizationData() 공개 메소드

public GetLocalizationData ( System.DateTime from, string culture = null, string reason = "export" ) : IList
from System.DateTime
culture string
reason string
리턴 IList

GetLocalizationData() 공개 메소드

public GetLocalizationData ( string reason = "export" ) : IList
reason string
리턴 IList

ResetCache() 공개 메소드

public ResetCache ( ) : void
리턴 void

ResetCache() 공개 메소드

public ResetCache ( Type resourceSource ) : void
resourceSource System.Type
리턴 void

SqlStringLocalizerFactory() 공개 메소드

public SqlStringLocalizerFactory ( LocalizationModelContext context, IOptions localizationOptions ) : System
context LocalizationModelContext
localizationOptions IOptions
리턴 System

UpdatetLocalizationData() 공개 메소드

public UpdatetLocalizationData ( List data, string information ) : void
data List
information string
리턴 void