Class SfTopicUserEvent
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Topic User Event
SObject Name: TopicUserEvent
Custom Object: False
public class SfTopicUserEvent : SObject
- Inheritance
-
SfTopicUserEvent
- Inherited Members
Properties
ActionEnum
Action
Name: ActionEnum
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "actionEnum")]
[Updateable(false)]
[Createable(false)]
public string ActionEnum { get; set; }
Property Value
CreatedDate
Create Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Id
Event ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
TopicId
Topic ID
Name: TopicId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "topicId")]
[Updateable(false)]
[Createable(false)]
public string TopicId { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }