Table of Contents

Class SfPrivacyObjectSession

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Privacy Object Session

SObject Name: PrivacyObjectSession

Custom Object: False

public class SfPrivacyObjectSession : SObject
Inheritance
SfPrivacyObjectSession
Inherited Members

Properties

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

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

Property Value

SfUser

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

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?

CurrentEntity

Current Entity

Name: CurrentEntity

SF Type: string

Nillable: True

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

Property Value

string

Id

Privacy Object Session ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

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

Property Value

bool?

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Name

Name

Name: Name

SF Type: string

AutoNumber field

Nillable: False

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

Property Value

string

ObjectFailureLog

Object Failure Log

Name: ObjectFailureLog

SF Type: textarea

Nillable: True

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

Property Value

string

ObjectStatus

Object Status

Name: ObjectStatus

SF Type: picklist

Nillable: True

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

Property Value

string

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

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

Property Value

string

PolicyNode

Policy Node

Name: PolicyNode

SF Type: string

Nillable: True

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

Property Value

string

Position

Position

Name: Position

SF Type: int

Nillable: True

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

Property Value

int?

PrivacyJobSessionObject

ReferenceTo: PrivacyJobSession

RelationshipName: PrivacyJobSessionObject

[JsonProperty(PropertyName = "privacyJobSessionObject")]
[Updateable(false)]
[Createable(false)]
public SfPrivacyJobSession PrivacyJobSessionObject { get; set; }

Property Value

SfPrivacyJobSession

PrivacyJobSessionObjectId

Privacy Job Session ID

Name: PrivacyJobSessionObjectId

SF Type: reference

Nillable: False

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

Property Value

string

ProcessType

Process Type

Name: ProcessType

SF Type: picklist

Nillable: True

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

Property Value

string

ProcessedFailures

Processed Failures

Name: ProcessedFailures

SF Type: int

Nillable: True

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

Property Value

int?

ProcessedSuccesses

Processed Successes

Name: ProcessedSuccesses

SF Type: int

Nillable: True

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

Property Value

int?

ProcessedTotal

Processed Total

Name: ProcessedTotal

SF Type: int

Nillable: True

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

Property Value

int?

Processor

Processor

Name: Processor

SF Type: string

Nillable: True

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

Property Value

string

Queue

Queue

Name: Queue

SF Type: string

Nillable: True

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

Property Value

string

QueueLength

Queue Length

Name: QueueLength

SF Type: int

Nillable: True

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

Property Value

int?

RecordsAffected

Records Affected

Name: RecordsAffected

SF Type: int

Nillable: True

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

Property Value

int?

Retry

Retry

Name: Retry

SF Type: int

Nillable: True

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

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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?

TraversalEndTime

Traversal End Time

Name: TraversalEndTime

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

TraversalStartTime

Traversal Start Time

Name: TraversalStartTime

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

UniqueConstraint

Unique Constraint

Name: UniqueConstraint

SF Type: string

Nillable: True

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

Property Value

string