Table of Contents

Class SfIdea

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Idea

SObject Name: Idea

Custom Object: False

public class SfIdea : SObject
Inheritance
SfIdea
Inherited Members

Properties

Body

Idea Body

Name: Body

SF Type: textarea

Nillable: True

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

Property Value

string

Categories

Categories

Name: Categories

SF Type: multipicklist

Nillable: True

[JsonProperty(PropertyName = "categories")]
public string Categories { get; set; }

Property Value

string

Community

ReferenceTo: Community

RelationshipName: Community

[JsonProperty(PropertyName = "community")]
[Updateable(false)]
[Createable(false)]
public SfCommunity Community { get; set; }

Property Value

SfCommunity

CommunityId

Zone ID

Name: CommunityId

SF Type: reference

Nillable: False

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

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

string

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

string

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

string

Id

Idea ID

Name: Id

SF Type: id

Nillable: False

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

IsHtml

IsHtml

Name: IsHtml

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsMerged

Is Merged

Name: IsMerged

SF Type: boolean

Nillable: False

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

Property Value

bool?

LastComment

ReferenceTo: IdeaComment

RelationshipName: LastComment

[JsonProperty(PropertyName = "lastComment")]
[Updateable(false)]
[Createable(false)]
public SfIdeaComment LastComment { get; set; }

Property Value

SfIdeaComment

LastCommentDate

Last Idea Comment Date

Name: LastCommentDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastCommentDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastCommentDate { get; set; }

Property Value

DateTimeOffset?

LastCommentId

Idea Comment ID

Name: LastCommentId

SF Type: reference

Nillable: True

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

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

Property Value

string

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?

LastReferencedDate

Last Referenced Date

Name: LastReferencedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }

Property Value

DateTimeOffset?

LastViewedDate

Last Viewed Date

Name: LastViewedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }

Property Value

DateTimeOffset?

NumComments

Number of Comments

Name: NumComments

SF Type: int

Nillable: True

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

Property Value

int?

ParentIdea

ReferenceTo: Idea

RelationshipName: ParentIdea

[JsonProperty(PropertyName = "parentIdea")]
[Updateable(false)]
[Createable(false)]
public SfIdea ParentIdea { get; set; }

Property Value

SfIdea

ParentIdeaId

Idea ID

Name: ParentIdeaId

SF Type: reference

Nillable: True

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

Property Value

string

RecordType

ReferenceTo: RecordType

RelationshipName: RecordType

[JsonProperty(PropertyName = "recordType")]
[Updateable(false)]
[Createable(false)]
public SfRecordType RecordType { get; set; }

Property Value

SfRecordType

RecordTypeId

Record Type ID

Name: RecordTypeId

SF Type: reference

Nillable: True

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

Property Value

string

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?

Title

Title

Name: Title

SF Type: string

Nillable: False

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

Property Value

string

VoteScore

Vote Score

Name: VoteScore

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "voteScore")]
[Updateable(false)]
[Createable(false)]
public double? VoteScore { get; set; }

Property Value

double?

VoteTotal

Vote Total

Name: VoteTotal

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "voteTotal")]
[Updateable(false)]
[Createable(false)]
public double? VoteTotal { get; set; }

Property Value

double?