Show / Hide Table of Contents

Class DBC.SPictureEntryFields

Fields for SPictureEntry, This table describes each picture in the database

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

Fields

AttachmentId

SPictureEntry.AttachmentId: The id of the attachment in the attachment table

Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type Description
String

Description

SPictureEntry.Description: A description of the picture

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

Flags

SPictureEntry.Flags: Various flags for this picture

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

FolderId

SPictureEntry.FolderId: The folder which this picture belongs to. -1 indicates that the picture is on the root

Declaration
public const string FolderId = "folder_id"
Field Value
Type Description
String

Hits

SPictureEntry.Hits: Number of hits on this image

Declaration
public const string Hits = "hits"
Field Value
Type Description
String

Registered

SPictureEntry.Registered: Registered when

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

RegisteredAssociateId

SPictureEntry.RegisteredAssociateId: Registered by whom

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

SPictureEntryId

SPictureEntry.SPictureEntryId: Primary key

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

Status

SPictureEntry.Status: Indicates the status of the picture. 0 = ok, 1 = deleted

Declaration
public const string Status = "status"
Field Value
Type Description
String

Updated

SPictureEntry.Updated: Last updated when

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

UpdatedAssociateId

SPictureEntry.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

SPictureEntry.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