Table of Contents

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

SfUser

DeletedById

Owner ID

Name: DeletedById

SF Type: reference

Nillable: False

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

Property Value

string

DeletedDate

Deleted Date

Name: DeletedDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

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

string

Record

Record ID

Name: Record

SF Type: string

Nillable: True

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

Property Value

string

RecordName

Record Name

Name: RecordName

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SobjectName

Type

Name: SobjectName

SF Type: string

Nillable: True

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

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?