C# Class DbLocalizationProvider.Sync.LocalizedResourceTypeScanner

Inheritance: LocalizedTypeScannerBase, IResourceTypeScanner
Mostrar archivo Open project: valdisiljuconoks/LocalizationProvider

Public Methods

Method Description
GetClassLevelResources ( Type target, string resourceKeyPrefix ) : ICollection
GetResourceKeyPrefix ( Type target, string keyPrefix = null ) : string
GetResources ( Type target, string resourceKeyPrefix ) : ICollection
ShouldScan ( Type target ) : bool

Private Methods

Method Description
GetResourceSources ( Type target ) : ICollection

Method Details

GetClassLevelResources() public method

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

GetResourceKeyPrefix() public method

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

GetResources() public method

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

ShouldScan() public method

public ShouldScan ( Type target ) : bool
target System.Type
return bool