Class SfIdeaComment
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Idea Comment
SObject Name: IdeaComment
Custom Object: False
public class SfIdeaComment : SObject
- Inheritance
-
SfIdeaComment
- Inherited Members
Properties
CommentBody
Comment Body
Name: CommentBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "commentBody")]
public string CommentBody { get; set; }
Property Value
CommunityId
Zone ID
Name: CommunityId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "communityId")]
[Updateable(false)]
[Createable(false)]
public string CommunityId { 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(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
CreatorFullPhotoUrl
Url of Creator's Profile Photo
Name: CreatorFullPhotoUrl
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "creatorFullPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string CreatorFullPhotoUrl { get; set; }
Property Value
CreatorName
Name of Creator
Name: CreatorName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "creatorName")]
[Updateable(false)]
[Createable(false)]
public string CreatorName { get; set; }
Property Value
CreatorSmallPhotoUrl
Url of Creator's Thumbnail Photo
Name: CreatorSmallPhotoUrl
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "creatorSmallPhotoUrl")]
[Updateable(false)]
[Createable(false)]
public string CreatorSmallPhotoUrl { get; set; }
Property Value
Id
Idea Comment ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Idea
ReferenceTo: Idea
RelationshipName: Idea
[JsonProperty(PropertyName = "idea")]
[Updateable(false)]
[Createable(false)]
public SfIdea Idea { get; set; }
Property Value
IdeaId
Idea ID
Name: IdeaId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ideaId")]
[Updateable(false)]
[Createable(true)]
public string IdeaId { 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?
IsHtml
IsHtml
Name: IsHtml
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isHtml")]
[Updateable(false)]
[Createable(false)]
public bool? IsHtml { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
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
UpVotes
Up Votes
Name: UpVotes
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "upVotes")]
[Updateable(false)]
[Createable(false)]
public int? UpVotes { get; set; }
Property Value
- int?