Show / Hide Table of Contents

Class DBC.ScriptTraceFields

Fields for ScriptTrace, Scripts which should be traced

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

Fields

AssociateId

ScriptTrace.AssociateId: Optionally limit traces to a specific associate

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
String

Enabled

ScriptTrace.Enabled: Whether this trace is enabled or not

Declaration
public const string Enabled = "enabled"
Field Value
Type Description
String

Location

ScriptTrace.Location: The location of the script which should be traced

Declaration
public const string Location = "location"
Field Value
Type Description
String

Name

ScriptTrace.Name: The friendly name of the script which should be traced

Declaration
public const string Name = "name"
Field Value
Type Description
String

Registered

ScriptTrace.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ScriptTrace.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

ScriptTraceId

ScriptTrace.ScriptTraceId: Primary key

Declaration
public const string ScriptTraceId = "script_trace_id"
Field Value
Type Description
String

SkipFrames

ScriptTrace.SkipFrames: Skip n frames between each save to optimize

Declaration
public const string SkipFrames = "skip_frames"
Field Value
Type Description
String

Ttl

ScriptTrace.Ttl: How long traces should be kept before being deleted (in seconds)

Declaration
public const string Ttl = "ttl"
Field Value
Type Description
String

Updated

ScriptTrace.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ScriptTrace.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ScriptTrace.UpdatedCount: Number of updates made to this record

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