Click or drag to resize

IModuleConfiguration Interface

Interface for the Configuration of the Modules.

Namespace:  MFiles.VAF.Module
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public interface IModuleConfiguration : IConfiguration

The IModuleConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationId
The ID of the configuration.
(Inherited from IConfiguration.)
Public propertyEnabled
Is the module that owns this configuration enabled or not.
Public propertyResourceManager
Returns the resource manager object that is associated with this configuration. Can be null.
(Inherited from IConfiguration.)
Top
Methods
  NameDescription
Public methodSetValidity
Set the configuration object either valid or invalid.
Public methodValid
Method for resolving if the configuration is valid.
(Inherited from IConfiguration.)
Top
See Also