Table of Contents

Class SfUriEvent

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

URI Event

SObject Name: UriEvent

Custom Object: False

public class SfUriEvent : SObject
Inheritance
SfUriEvent
Inherited Members

Properties

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?

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

Id

URI Event ID

Name: Id

SF Type: id

Nillable: False

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

Message

Message

Name: Message

SF Type: string

Nillable: True

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

Operation

Operation

Name: Operation

SF Type: picklist

Nillable: True

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

Property Value

string

OperationStatus

Operation Status

Name: OperationStatus

SF Type: picklist

Nillable: True

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

RecordId

Record ID

Name: RecordId

SF Type: reference

Nillable: True

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

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

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

UserType

User Type

Name: UserType

SF Type: picklist

Nillable: True

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