Table of Contents

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

string

CreatedDate

Create Date

Name: CreatedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Id

Event ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

TopicId

Topic ID

Name: TopicId

SF Type: reference

Nillable: False

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

Property Value

string

UserId

User ID

Name: UserId

SF Type: reference

Nillable: False

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

Property Value

string