C# 클래스 Catel.Configuration.ConfigurationExtensions

The configuration extension methods.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
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