BaseConfigurationProvider<TS> Class
Base provider class (keep for backwards compatibility)
Object Model
Syntax
[DebuggerDisplay("{GetType().Name,nq}: {Precedence.ToString("D2"),nq} {Name} (C:{KnownConfigurations.Count,nq} G:{Groups.Count,nq})")] public abstract class BaseConfigurationProvider<TS> : IConfigurationProvider, IConfigurationProviderBase where TS: class, IConfigurationBase, IDisposable
[DebuggerDisplay("{GetType().Name,nq}: {Precedence.ToString("D2"),nq} {Name} (C:{KnownConfigurations.Count,nq} G:{Groups.Count,nq})")] generic<typename TS> public ref class BaseConfigurationProvider abstract : public IConfigurationProvider, IConfigurationProviderBase where TS: ref class, IConfigurationBase, IDisposable
Type Parameters
- TS
Inheritance Hierarchy
System.Object
Aveva.ApplicationFramework.BaseConfigurationProvider<TS>
Aveva.ApplicationFramework.BaseConfigurationProviderV2<TS>
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also