C# Class DbLocalizationProvider.Sync.LocalizedTypeScannerBase

Mostrar archivo Open project: valdisiljuconoks/LocalizationProvider

Protected Methods

Method Description
DiscoverResourcesFromProperty ( PropertyInfo pi, string resourceKeyPrefix, bool typeKeyPrefixSpecified ) : IEnumerable

Private Methods

Method Description
GetResourceValue ( PropertyInfo pi ) : string
IsStringProperty ( Type returnType ) : bool

Method Details

DiscoverResourcesFromProperty() protected method

protected DiscoverResourcesFromProperty ( PropertyInfo pi, string resourceKeyPrefix, bool typeKeyPrefixSpecified ) : IEnumerable
pi System.Reflection.PropertyInfo
resourceKeyPrefix string
typeKeyPrefixSpecified bool
return IEnumerable