Table of Contents

Class SfFeedComment

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Feed Comment

SObject Name: FeedComment

Custom Object: False

public class SfFeedComment : SObject
Inheritance
SfFeedComment
Inherited Members

Properties

CommentBody

Comment Body

Name: CommentBody

SF Type: textarea

Nillable: False

[JsonProperty(PropertyName = "commentBody")]
public string CommentBody { get; set; }

Property Value

string

CommentType

Comment Type

Name: CommentType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "commentType")]
[Updateable(false)]
[Createable(true)]
public string CommentType { 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(true)]
public string CreatedById { get; set; }

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

FeedItemId

Feed Item ID

Name: FeedItemId

SF Type: reference

Nillable: False

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

Property Value

string

Has entity links

Name: HasEntityLinks

SF Type: boolean

Nillable: False

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

Property Value

bool?

Id

Feed Comment ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

InsertedBy

ReferenceTo: User

RelationshipName: InsertedBy

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

Property Value

SfUser

InsertedById

InsertedBy ID

Name: InsertedById

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "insertedById")]
[Updateable(false)]
[Createable(false)]
public string InsertedById { 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?

IsRichText

Is Rich Text

Name: IsRichText

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isRichText")]
public bool? IsRichText { get; set; }

Property Value

bool?

IsVerified

Is a Verified Comment

Name: IsVerified

SF Type: boolean

Nillable: False

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

Property Value

bool?

LastEditById

Last Edit By ID

Name: LastEditById

SF Type: reference

Nillable: True

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

Property Value

string

LastEditDate

Last Edit Date

Name: LastEditDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

ParentId

Parent ID

Name: ParentId

SF Type: reference

Nillable: True

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

Property Value

string

RelatedRecordId

Related Record ID

Name: RelatedRecordId

SF Type: reference

Nillable: True

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

Property Value

string

Revision

Revision

Name: Revision

SF Type: int

Nillable: True

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

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "status")]
public string Status { get; set; }

Property Value

string

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?

ThreadChildrenCount

Thread Children Count

Name: ThreadChildrenCount

SF Type: int

Nillable: True

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

Property Value

int?

ThreadLastUpdatedDate

Thread Last Updated Date

Name: ThreadLastUpdatedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

ThreadLevel

Thread Level

Name: ThreadLevel

SF Type: int

Nillable: True

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

Property Value

int?

ThreadParent

ReferenceTo: FeedComment

RelationshipName: ThreadParent

[JsonProperty(PropertyName = "threadParent")]
[Updateable(false)]
[Createable(false)]
public SfFeedComment ThreadParent { get; set; }

Property Value

SfFeedComment

ThreadParentId

Feed Comment ID

Name: ThreadParentId

SF Type: reference

Nillable: True

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

Property Value

string