Class DBC.SnapshotFields
Fields for Snapshot, Snapshots taken of the system database and attachments via soap
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SnapshotFields : Object
Fields
CreatedAt
Snapshot.CreatedAt: Snapshot file created at
Declaration
public const string CreatedAt = "created_at"
Field Value
Type | Description |
---|---|
String |
SnapshotId
Snapshot.SnapshotId: Primary key
Declaration
public const string SnapshotId = "id"
Field Value
Type | Description |
---|---|
String |
UserComment
Snapshot.UserComment: Comment from the user
Declaration
public const string UserComment = "user_comment"
Field Value
Type | Description |
---|---|
String |