IConfiguration Interface

Base interface all instantiable configuration objects.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public interface IConfiguration

Properties

ConfigurationId The ID of the configuration.
ResourceManager Returns the resource manager object that is associated with this configuration. Can be null.

Methods

Valid Method for resolving if the configuration is valid.

See Also