Table of Contents

Class SfChatterActivity

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Chatter Activity

SObject Name: ChatterActivity

Custom Object: False

public class SfChatterActivity : SObject
Inheritance
SfChatterActivity
Inherited Members

Properties

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?

CommentReceivedCount

Comment Received Count

Name: CommentReceivedCount

SF Type: int

Nillable: False

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

Property Value

int?

Id

Chatter Activity ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

InfluenceRawRank

Influence Raw Rank

Name: InfluenceRawRank

SF Type: int

Nillable: False

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

Property Value

int?

LikeReceivedCount

Like Received Count

Name: LikeReceivedCount

SF Type: int

Nillable: False

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

Property Value

int?

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

PostCount

Post Count

Name: PostCount

SF Type: int

Nillable: False

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

Property Value

int?

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?