Table of Contents

Class SfReportEvent

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Report Event

SObject Name: ReportEvent

Custom Object: False

public class SfReportEvent : SObject
Inheritance
SfReportEvent
Inherited Members

Properties

ColumnHeaders

Name of Columns

Name: ColumnHeaders

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "columnHeaders")]
[Updateable(false)]
[Createable(false)]
public string ColumnHeaders { 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?

Dashboard

ReferenceTo: Dashboard

RelationshipName: Dashboard

[JsonProperty(PropertyName = "dashboard")]
[Updateable(false)]
[Createable(false)]
public SfDashboard Dashboard { get; set; }

Property Value

SfDashboard

DashboardId

Dashboard ID

Name: DashboardId

SF Type: reference

Nillable: True

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

Property Value

string

DashboardName

Dashboard Name

Name: DashboardName

SF Type: string

Nillable: True

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

Property Value

string

Description

Description

Name: Description

SF Type: string

Nillable: True

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

Property Value

string

DisplayedFieldEntities

Displayed Field Entities

Name: DisplayedFieldEntities

SF Type: string

Nillable: True

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

Property Value

string

EvaluationTime

Evaluation Time

Name: EvaluationTime

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "evaluationTime")]
[Updateable(false)]
[Createable(false)]
public double? EvaluationTime { get; set; }

Property Value

double?

EventDate

Event Date

Name: EventDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

EventIdentifier

Event Identifier

Name: EventIdentifier

SF Type: string

Nillable: False

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

Property Value

string

EventSource

Event Source

Name: EventSource

SF Type: picklist

Nillable: True

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

Property Value

string

ExecutionIdentifier

Execution Identifier

Name: ExecutionIdentifier

SF Type: string

Nillable: True

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

Property Value

string

ExportFileFormat

Export File Format

Name: ExportFileFormat

SF Type: string

Nillable: True

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

Property Value

string

Format

Format

Name: Format

SF Type: picklist

Nillable: True

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

Property Value

string

GroupedColumnHeaders

Name of Grouped Columns

Name: GroupedColumnHeaders

SF Type: string

Nillable: True

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

Property Value

string

Id

Report Event ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsScheduled

Is Scheduled

Name: IsScheduled

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isScheduled")]
[Updateable(false)]
[Createable(false)]
public bool? IsScheduled { get; set; }

Property Value

bool?

LoginHistory

ReferenceTo: LoginHistory

RelationshipName: LoginHistory

[JsonProperty(PropertyName = "loginHistory")]
[Updateable(false)]
[Createable(false)]
public SfLoginHistory LoginHistory { get; set; }

Property Value

SfLoginHistory

LoginHistoryId

Login History ID

Name: LoginHistoryId

SF Type: reference

Nillable: True

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

Property Value

string

LoginKey

Login Key

Name: LoginKey

SF Type: string

Nillable: True

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

Property Value

string

Name

Name

Name: Name

SF Type: string

Nillable: True

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

Property Value

string

NumberOfColumns

Number of Columns

Name: NumberOfColumns

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "numberOfColumns")]
[Updateable(false)]
[Createable(false)]
public int? NumberOfColumns { get; set; }

Property Value

int?

Operation

Operation

Name: Operation

SF Type: picklist

Nillable: True

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

Property Value

string

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: True

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

Property Value

string

Policy

ReferenceTo: TransactionSecurityPolicy

RelationshipName: Policy

[JsonProperty(PropertyName = "policy")]
[Updateable(false)]
[Createable(false)]
public SfTransactionSecurityPolicy Policy { get; set; }

Property Value

SfTransactionSecurityPolicy

PolicyId

Transaction Security Policy ID

Name: PolicyId

SF Type: reference

Nillable: True

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

Property Value

string

PolicyOutcome

Policy Outcome

Name: PolicyOutcome

SF Type: picklist

Nillable: True

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

Property Value

string

QueriedEntities

Queried Entities

Name: QueriedEntities

SF Type: string

Nillable: True

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

Property Value

string

Records

Records

Name: Records

SF Type: json

Nillable: True

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

Property Value

string

RelatedEventIdentifier

Related Event Identifier

Name: RelatedEventIdentifier

SF Type: string

Nillable: True

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

Property Value

string

Report

ReferenceTo: Report

RelationshipName: Report

[JsonProperty(PropertyName = "report")]
[Updateable(false)]
[Createable(false)]
public SfReport Report { get; set; }

Property Value

SfReport

ReportId

Report ID

Name: ReportId

SF Type: reference

Nillable: True

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

Property Value

string

RowsProcessed

Rows Processed

Name: RowsProcessed

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "rowsProcessed")]
[Updateable(false)]
[Createable(false)]
public double? RowsProcessed { get; set; }

Property Value

double?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Scope

Scope

Name: Scope

SF Type: string

Nillable: True

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

Property Value

string

Sequence

Sequence

Name: Sequence

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "sequence")]
[Updateable(false)]
[Createable(false)]
public int? Sequence { get; set; }

Property Value

int?

SessionKey

Session Key

Name: SessionKey

SF Type: string

Nillable: True

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

Property Value

string

SessionLevel

Session Level

Name: SessionLevel

SF Type: picklist

Nillable: True

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

Property Value

string

SourceIp

Source IP

Name: SourceIp

SF Type: string

Nillable: True

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

Property Value

string

User

ReferenceTo: User

RelationshipName: User

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

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: True

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

Property Value

string

Username

Username

Name: Username

SF Type: string

Nillable: True

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

Property Value

string