Show / Hide Table of Contents

Class DBC.DbiAgentScheduleFields

Fields for DbiAgentSchedule, DBI agent schedule settings

Inheritance
Object
DBC.DbiAgentScheduleFields
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 DbiAgentScheduleFields

Fields

AgentId

DbiAgentSchedule.AgentId: Agent

Declaration
public const string AgentId = "agent_id"
Field Value
Type Description
String

DbiAgentScheduleId

DbiAgentSchedule.DbiAgentScheduleId: Primary key

Declaration
public const string DbiAgentScheduleId = "id"
Field Value
Type Description
String

IdString

DbiAgentSchedule.IdString: A field for an id_string which may be used to access the agent schedule

Declaration
public const string IdString = "id_string"
Field Value
Type Description
String

ReceivedObjects

DbiAgentSchedule.ReceivedObjects: Number of objects received during the last syncronization

Declaration
public const string ReceivedObjects = "received_objects"
Field Value
Type Description
String

ScheduleId

DbiAgentSchedule.ScheduleId: Update schedule

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

ScriptId

DbiAgentSchedule.ScriptId: Communication script

Declaration
public const string ScriptId = "script_id"
Field Value
Type Description
String

SentObjects

DbiAgentSchedule.SentObjects: Number of objects sent during the last syncronization

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