Class SfFeedPollChoice
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Feed Poll Choice
SObject Name: FeedPollChoice
Custom Object: False
public class SfFeedPollChoice : SObject
- Inheritance
-
SfFeedPollChoice
- Inherited Members
Properties
ChoiceBody
ChoiceBody
Name: ChoiceBody
SF Type: textarea
Nillable: False
[JsonProperty(PropertyName = "choiceBody")]
[Updateable(false)]
[Createable(false)]
public string ChoiceBody { 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
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
Id
Feed Poll Choice ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?
Position
Position
Name: Position
SF Type: int
Nillable: False
[JsonProperty(PropertyName = "position")]
[Updateable(false)]
[Createable(false)]
public int? Position { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }