DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleGeneric

    Represents a generic module that provides a base implementation for module-related operations within a section.

    Inheritance
    object
    Module
    ModuleGeneric
    Inherited Members
    Module.section
    Module.navigationContext
    Module.serviceProvider
    Module.ValidateAsync(Item, Dictionary<string, object>, CancellationToken)
    Module.SaveAsync(Item, Dictionary<string, object>, CancellationToken)
    Module.IsCompletedAsync(Item, Section, CancellationToken)
    Module.CloneAsync(Item, Item, CancellationToken)
    Module.GetProvidedValues(Dictionary<string, object>)
    Module.GetSectionNotificationCountAsync(CancellationToken)
    Module.GetActionsAsync(CancellationToken)
    Module.ProcessActionAsync(ContextAction, IUser, List<string>, List<Form.ProvidedValue>, NavigationContext, CancellationToken)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Generated by DocFX