DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTaskData.TaskScheduleSettings

    Represents the sandbox settings.

    Inheritance
    object
    AutomationTaskData.TaskScheduleSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Automation
    Assembly: DataWeb.Core.dll
    Syntax
    public class AutomationTaskData.TaskScheduleSettings

    Properties

    DateEnd

    Gets or sets the end date of the task.

    Declaration
    public DateTimeOffset? DateEnd { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    DateStart

    Gets or sets the start date of the task.

    Declaration
    public DateTimeOffset? DateStart { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    ScheduleMode

    Gets or sets the schedule mode.

    Declaration
    public string ScheduleMode { get; set; }
    Property Value
    Type Description
    string

    ScheduleTimeSlot

    Gets or sets the schedule time slot.

    Declaration
    public string ScheduleTimeSlot { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX