Table of Contents

Class SfConversationEntry

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Conversation Entry

SObject Name: ConversationEntry

Custom Object: False

public class SfConversationEntry : SObject
Inheritance
SfConversationEntry
Inherited Members

Properties

ActorId

Actor ID

Name: ActorId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "actorId")]
[Updateable(false)]
[Createable(true)]
public string ActorId { get; set; }

Property Value

string

ActorName

Actor Name

Name: ActorName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "actorName")]
[Updateable(false)]
[Createable(true)]
public string ActorName { get; set; }

Property Value

string

ActorType

Actor Type

Name: ActorType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "actorType")]
[Updateable(false)]
[Createable(true)]
public string ActorType { get; set; }

Property Value

string

ClientDuration

ClientDuration

Name: ClientDuration

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "clientDuration")]
[Updateable(false)]
[Createable(true)]
public int? ClientDuration { get; set; }

Property Value

int?

ClientTimestamp

ClientTimestamp

Name: ClientTimestamp

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "clientTimestamp")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? ClientTimestamp { get; set; }

Property Value

DateTimeOffset?

ConversationEntityId

Conversation ID

Name: ConversationEntityId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "conversationEntityId")]
public string ConversationEntityId { get; set; }

Property Value

string

ConversationId

Conversation ID

Name: ConversationId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "conversationId")]
[Updateable(false)]
[Createable(true)]
public string ConversationId { get; set; }

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedById

Created By ID

Name: CreatedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

EntryEndTime

Entry End Time

Name: EntryEndTime

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "entryEndTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? EntryEndTime { get; set; }

Property Value

DateTimeOffset?

EntryTime

Entry Start Time

Name: EntryTime

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "entryTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? EntryTime { get; set; }

Property Value

DateTimeOffset?

EntryTimeMilliSecs

Entry Time Milli Seconds(last 3 digits)

Name: EntryTimeMilliSecs

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "entryTimeMilliSecs")]
[Updateable(false)]
[Createable(true)]
public int? EntryTimeMilliSecs { get; set; }

Property Value

int?

EntryType

Entry Type

Name: EntryType

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "entryType")]
[Updateable(false)]
[Createable(true)]
public string EntryType { get; set; }

Property Value

string

HasAttachments

Has Attachments

Name: HasAttachments

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "hasAttachments")]
[Updateable(false)]
[Createable(true)]
public bool? HasAttachments { get; set; }

Property Value

bool?

Id

Conversation Entry ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }

Property Value

DateTimeOffset?

Message

Message

Name: Message

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "message")]
[Updateable(false)]
[Createable(true)]
public string Message { get; set; }

Property Value

string

MessageDeliverTime

Message Deliver Time

Name: MessageDeliverTime

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "messageDeliverTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? MessageDeliverTime { get; set; }

Property Value

DateTimeOffset?

MessageIdentifier

Message ID

Name: MessageIdentifier

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "messageIdentifier")]
[Updateable(false)]
[Createable(true)]
public string MessageIdentifier { get; set; }

Property Value

string

MessageReadTime

Message Read Time

Name: MessageReadTime

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "messageReadTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? MessageReadTime { get; set; }

Property Value

DateTimeOffset?

MessageSendTime

Message Send Time

Name: MessageSendTime

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "messageSendTime")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? MessageSendTime { get; set; }

Property Value

DateTimeOffset?

MessageStatus

Message Status

Name: MessageStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "messageStatus")]
[Updateable(false)]
[Createable(true)]
public string MessageStatus { get; set; }

Property Value

string

MessageStatusCode

Message Status Code

Name: MessageStatusCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "messageStatusCode")]
public string MessageStatusCode { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Seq

Sequence

Name: Seq

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "seq")]
[Updateable(false)]
[Createable(true)]
public int? Seq { get; set; }

Property Value

int?

ServerReceivedTimestamp

ServerReceivedTimestamp

Name: ServerReceivedTimestamp

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "serverReceivedTimestamp")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? ServerReceivedTimestamp { get; set; }

Property Value

DateTimeOffset?

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?