Table of Contents

Class SfFeedPollVote

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Feed Poll Vote

SObject Name: FeedPollVote

Custom Object: False

public class SfFeedPollVote : SObject
Inheritance
SfFeedPollVote
Inherited Members

Properties

Choice

ReferenceTo: FeedPollChoice

RelationshipName: Choice

[JsonProperty(PropertyName = "choice")]
[Updateable(false)]
[Createable(false)]
public SfFeedPollChoice Choice { get; set; }

Property Value

SfFeedPollChoice

ChoiceId

Feed Poll Choice ID

Name: ChoiceId

SF Type: reference

Nillable: False

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

FeedItemId

Feed Item ID

Name: FeedItemId

SF Type: reference

Nillable: False

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

Property Value

string

Id

Feed Poll Vote 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?

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?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string