Class ModuleGeneric
Represents a generic module that provides a base implementation for module-related operations within a section.
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleGeneric : Module
Remarks
This class serves as a placeholder for generic functionality and can be extended to provide specific implementations. It inherits from the Module class and utilizes the section, navigation context, and service provider for its operations.
Constructors
ModuleGeneric(Section, NavigationContext, IServiceProvider)
Represents a generic module that provides a base implementation for module-related operations within a section.
Declaration
public ModuleGeneric(Section section, NavigationContext navigationContext, IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
Section | section | |
NavigationContext | navigationContext | |
IServiceProvider | serviceProvider |
Remarks
This class serves as a placeholder for generic functionality and can be extended to provide specific implementations. It inherits from the Module class and utilizes the section, navigation context, and service provider for its operations.