Class SfDeleteEvent
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Recycle Bin Item
SObject Name: DeleteEvent
Custom Object: False
public class SfDeleteEvent : SObject
- Inheritance
-
SfDeleteEvent
- Inherited Members
Properties
DeletedBy
ReferenceTo: User
RelationshipName: DeletedBy
[JsonProperty(PropertyName = "deletedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser DeletedBy { get; set; }
Property Value
DeletedById
Owner ID
Name: DeletedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "deletedById")]
[Updateable(false)]
[Createable(false)]
public string DeletedById { get; set; }
Property Value
DeletedDate
Deleted Date
Name: DeletedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "deletedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? DeletedDate { get; set; }
Property Value
Id
Delete Event ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Record
Record ID
Name: Record
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "record")]
[Updateable(false)]
[Createable(false)]
public string Record { get; set; }
Property Value
RecordName
Record Name
Name: RecordName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "recordName")]
[Updateable(false)]
[Createable(false)]
public string RecordName { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SobjectName
Type
Name: SobjectName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sobjectName")]
[Updateable(false)]
[Createable(false)]
public string SobjectName { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }