Show / Hide Table of Contents

Class DBC.AutosaveFields

Fields for Autosave, Autosaved text clobs from ejscript and emarketeer messages

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

Fields

AutosaveId

Autosave.AutosaveId: The primary key (auto-incremented)

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

ContentType

Autosave.ContentType: The enum used as identificator

Declaration
public const string ContentType = "content_type"
Field Value
Type Description
String

CreatedAt

Autosave.CreatedAt: When the autosave was saved.

Declaration
public const string CreatedAt = "created_at"
Field Value
Type Description
String

Data

Autosave.Data: The rawtext of the autosave.

Declaration
public const string Data = "data"
Field Value
Type Description
String

IndexId

Autosave.IndexId: Index id of element that's autosaved

Declaration
public const string IndexId = "index_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