Interface IValidatingConfiguration
Namespace: MediaBrowser.Common.Configuration
Assembly: MediaBrowser.Common.dll
Syntax
public interface IValidatingConfiguration
Methods
Validate(Object, Object)
Declaration
void Validate(object oldConfig, object newConfig)
Parameters
Type | Name | Description |
---|---|---|
System.Object | oldConfig | |
System.Object | newConfig |