Show / Hide Table of Contents

Class DBC.ScheduledTaskFields

Fields for ScheduledTask, A scheduled entry executing a script at certain times

Inheritance
object
DBC.ScheduledTaskFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ScheduledTaskFields

Fields

Description

ScheduledTask.Description: Optional description of what this task is used for.

Declaration
public const string Description = "description"
Field Value
Type Description
string

ScheduleId

ScheduledTask.ScheduleId: Update schedule

Declaration
public const string ScheduleId = "schedule_id"
Field Value
Type Description
string

ScheduledTaskId

ScheduledTask.ScheduledTaskId: Primary key

Declaration
public const string ScheduledTaskId = "id"
Field Value
Type Description
string

ScriptId

ScheduledTask.ScriptId: The id of the script to execute.

Declaration
public const string ScriptId = "script_id"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top