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
CommentType
Comment Type
Name: CommentType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "commentType")]
[Updateable(false)]
[Createable(true)]
public string CommentType { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(true)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
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
HasEntityLinks
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
InsertedBy
ReferenceTo: User
RelationshipName: InsertedBy
[JsonProperty(PropertyName = "insertedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser InsertedBy { get; set; }
Property Value
InsertedById
InsertedBy ID
Name: InsertedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "insertedById")]
[Updateable(false)]
[Createable(false)]
public string InsertedById { get; set; }
Property Value
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
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
ParentId
Parent ID
Name: ParentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(false)]
public string ParentId { get; set; }
Property Value
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
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
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
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
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
ThreadParentId
Feed Comment ID
Name: ThreadParentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "threadParentId")]
[Updateable(false)]
[Createable(true)]
public string ThreadParentId { get; set; }