C# Класс DbLocalizationProvider.Sync.LocalizedModelTypeScanner

Наследование: LocalizedTypeScannerBase, IResourceTypeScanner
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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