C# Класс Catel.Configuration.ConfigurationExtensions

The configuration extension methods.
Показать файл Открыть проект

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

Метод Описание
IsConfigurationKey ( this eventArgs, string expectedKey ) : bool

Determines whether the specified ConfigurationChangedEventArgs represents the expected key. A key is also expected if the key is null or whitespace because it represents a full scope update in the IConfigurationService.

Описание методов

IsConfigurationKey() публичный статический Метод

Determines whether the specified ConfigurationChangedEventArgs represents the expected key. A key is also expected if the key is null or whitespace because it represents a full scope update in the IConfigurationService.
The is null.
public static IsConfigurationKey ( this eventArgs, string expectedKey ) : bool
eventArgs this The instance containing the event data.
expectedKey string The expected key.
Результат bool