Table of Contents

Class SfSetupAuditTrail

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Setup Audit Trail Entry

SObject Name: SetupAuditTrail

Custom Object: False

public class SfSetupAuditTrail : SObject
Inheritance
SfSetupAuditTrail
Inherited Members

Properties

Action

Action

Name: Action

SF Type: string

Nillable: False

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

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

CreatedByContext

Created By Context

Name: CreatedByContext

SF Type: string

Nillable: True

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

Property Value

string

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

string

CreatedByIssuer

Created By Issuer

Name: CreatedByIssuer

SF Type: string

Nillable: True

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

Property Value

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

DelegateUser

Delegate User

Name: DelegateUser

SF Type: string

Nillable: True

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

Property Value

string

Display

Display

Name: Display

SF Type: string

Nillable: True

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

Property Value

string

Id

Setup Audit Trail ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

ResponsibleNamespacePrefix

Source Namespace Prefix

Name: ResponsibleNamespacePrefix

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Section

Section

Name: Section

SF Type: string

Nillable: True

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

Property Value

string