Table of Contents

Class SfReportFeed

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Report Feed

SObject Name: ReportFeed

Custom Object: False

public class SfReportFeed : SObject
Inheritance
SfReportFeed
Inherited Members

Properties

BestComment

ReferenceTo: FeedComment

RelationshipName: BestComment

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

Property Value

SfFeedComment

BestCommentId

Best Comment ID

Name: BestCommentId

SF Type: reference

Nillable: True

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

Property Value

string

Body

Body

Name: Body

SF Type: textarea

Nillable: True

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

Property Value

string

CommentCount

Comment Count

Name: CommentCount

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "commentCount")]
[Updateable(false)]
[Createable(false)]
public int? CommentCount { get; set; }

Property Value

int?

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?

Id

Feed Item 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: True

[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")]
[Updateable(false)]
[Createable(false)]
public bool? IsRichText { get; set; }

Property Value

bool?

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?

LikeCount

Like Count

Name: LikeCount

SF Type: int

Nillable: False

[JsonProperty(PropertyName = "likeCount")]
[Updateable(false)]
[Createable(false)]
public int? LikeCount { get; set; }

Property Value

int?

LinkUrl

Link Url

Name: LinkUrl

SF Type: url

Nillable: True

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

Property Value

string

Parent

ReferenceTo: Report

RelationshipName: Parent

[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfReport Parent { get; set; }

Property Value

SfReport

ParentId

Parent ID

Name: ParentId

SF Type: reference

Nillable: False

[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(false)]
public string RelatedRecordId { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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?

Title

Title

Name: Title

SF Type: string

Nillable: True

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

Property Value

string

Type

Feed Item Type

Name: Type

SF Type: picklist

Nillable: True

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

Property Value

string