C# Class DbLocalizationProvider.Sync.LocalizedResourceTypeScanner

Inheritance: LocalizedTypeScannerBase, IResourceTypeScanner
Afficher le fichier Open project: valdisiljuconoks/LocalizationProvider

Méthodes publiques

Méthode 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

Méthode Description
GetResourceSources ( Type target ) : ICollection

Method Details

GetClassLevelResources() public méthode

public GetClassLevelResources ( Type target, string resourceKeyPrefix ) : ICollection
target System.Type
resourceKeyPrefix string
Résultat ICollection

GetResourceKeyPrefix() public méthode

public GetResourceKeyPrefix ( Type target, string keyPrefix = null ) : string
target System.Type
keyPrefix string
Résultat string

GetResources() public méthode

public GetResources ( Type target, string resourceKeyPrefix ) : ICollection
target System.Type
resourceKeyPrefix string
Résultat ICollection

ShouldScan() public méthode

public ShouldScan ( Type target ) : bool
target System.Type
Résultat bool