DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleAutomationTaskForm

    Inheritance
    object
    Module
    ModuleForm
    ModuleAutomationTaskForm
    Inherited Members
    ModuleForm.ValidateAsync(Item, Dictionary<string, object>, CancellationToken)
    ModuleForm.SaveAsync(Item, Dictionary<string, object>, CancellationToken)
    ModuleForm.IsCompletedAsync(Item, Section, CancellationToken)
    ModuleForm.CloneAsync(Item, Item, CancellationToken)
    Module.section
    Module.navigationContext
    Module.serviceProvider
    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 ModuleAutomationTaskForm : ModuleForm

    Constructors

    ModuleAutomationTaskForm(Section, NavigationContext, IServiceProvider)

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

    Methods

    ProcessOnSaveDataAsync(Item, SectionPart, List<ProvidedValue>, Dictionary<string, object>, CancellationToken)

    Performs additional processing when saving module data.

    Declaration
    public override Task ProcessOnSaveDataAsync(Item item, Item.SectionPart sectionPart, List<Form.ProvidedValue> providedValues, Dictionary<string, object> historySectionData, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    Item item

    The item being processed.

    Item.SectionPart sectionPart

    The section part associated with the item.

    List<Form.ProvidedValue> providedValues

    The provided values for the form.

    Dictionary<string, object> historySectionData

    The previous values in the section data.

    CancellationToken cancellationToken

    Token to cancel the asynchronous operation.

    Returns
    Type Description
    Task

    A task that represents the asynchronous operation.

    Overrides
    ModuleForm.ProcessOnSaveDataAsync(Item, Item.SectionPart, List<Form.ProvidedValue>, Dictionary<string, object>, CancellationToken)
    In this article
    Back to top Generated by DocFX