C# 클래스 DbLocalizationProvider.Sync.LocalizedModelTypeScanner

상속: LocalizedTypeScannerBase, IResourceTypeScanner
파일 보기 프로젝트 열기: valdisiljuconoks/LocalizationProvider 1 사용 예제들

공개 메소드들

메소드 설명
GetClassLevelResources ( Type target, string resourceKeyPrefix ) : ICollection
GetResourceKeyPrefix ( Type target, string keyPrefix = null ) : string
GetResources ( Type target, string resourceKeyPrefix ) : ICollection
ShouldScan ( Type target ) : bool

비공개 메소드들

메소드 설명
GetResourceSources ( Type target ) : ICollection

메소드 상세

GetClassLevelResources() 공개 메소드

public GetClassLevelResources ( Type target, string resourceKeyPrefix ) : ICollection
target System.Type
resourceKeyPrefix string
리턴 ICollection

GetResourceKeyPrefix() 공개 메소드

public GetResourceKeyPrefix ( Type target, string keyPrefix = null ) : string
target System.Type
keyPrefix string
리턴 string

GetResources() 공개 메소드

public GetResources ( Type target, string resourceKeyPrefix ) : ICollection
target System.Type
resourceKeyPrefix string
리턴 ICollection

ShouldScan() 공개 메소드

public ShouldScan ( Type target ) : bool
target System.Type
리턴 bool