Class SfTopicAssignment
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Topic Assignment
SObject Name: TopicAssignment
Custom Object: False
public class SfTopicAssignment : SObject
- Inheritance
-
SfTopicAssignment
- Inherited Members
Properties
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
EntityId
Entity ID
Name: EntityId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "entityId")]
[Updateable(false)]
[Createable(true)]
public string EntityId { get; set; }
Property Value
EntityKeyPrefix
Record Key Prefix
Name: EntityKeyPrefix
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "entityKeyPrefix")]
[Updateable(false)]
[Createable(false)]
public string EntityKeyPrefix { get; set; }
Property Value
EntityType
Object Type
Name: EntityType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "entityType")]
[Updateable(false)]
[Createable(false)]
public string EntityType { get; set; }
Property Value
Id
Topic Assignment 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?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Topic
ReferenceTo: Topic
RelationshipName: Topic
[JsonProperty(PropertyName = "topic")]
[Updateable(false)]
[Createable(false)]
public SfTopic Topic { get; set; }
Property Value
TopicId
Topic ID
Name: TopicId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "topicId")]
[Updateable(false)]
[Createable(true)]
public string TopicId { get; set; }