DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleAppErrorList

    Inheritance
    object
    Module
    ModuleAppErrorList
    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.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 ModuleAppErrorList : Module

    Constructors

    ModuleAppErrorList(Section, NavigationContext, IServiceProvider)

    Declaration
    public ModuleAppErrorList(Section section, NavigationContext navigationContext, IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    Section section
    NavigationContext navigationContext
    IServiceProvider serviceProvider

    Methods

    GetSectionNotificationCountAsync(CancellationToken)

    Retrieves the notification count from the module data.

    Declaration
    public override Task<long> GetSectionNotificationCountAsync(CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<long>

    The section notification count as an asynchronous operation with a result of type long.

    Overrides
    Module.GetSectionNotificationCountAsync(CancellationToken)
    In this article
    Back to top Generated by DocFX