Class SfEntitySubscription
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Entity Subscription
SObject Name: EntitySubscription
Custom Object: False
public class SfEntitySubscription : SObject
- Inheritance
-
SfEntitySubscription
- 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
Id
Entity Subscription 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?
ParentId
Parent ID
Name: ParentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(true)]
public string ParentId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Subscriber
ReferenceTo: User
RelationshipName: Subscriber
[JsonProperty(PropertyName = "subscriber")]
[Updateable(false)]
[Createable(false)]
public SfUser Subscriber { get; set; }
Property Value
SubscriberId
Subscriber ID
Name: SubscriberId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "subscriberId")]
[Updateable(false)]
[Createable(true)]
public string SubscriberId { get; set; }