IModuleConfiguration Interface

Interface for the Configuration of the Modules.

Definition

Namespace: MFiles.VAF.Module
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IModuleConfiguration : IConfiguration
Implements
IConfiguration

Properties

ConfigurationId The ID of the configuration.
(Inherited from IConfiguration)
Enabled Is the module that owns this configuration enabled or not.
ResourceManager Returns the resource manager object that is associated with this configuration. Can be null.
(Inherited from IConfiguration)

Methods

SetValidity Set the configuration object either valid or invalid.
Valid Method for resolving if the configuration is valid.
(Inherited from IConfiguration)

See Also