Table of Contents

Class SfUserSetupEntityAccess

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

User Setup Entity Access

SObject Name: UserSetupEntityAccess

Custom Object: False

public class SfUserSetupEntityAccess : SObject
Inheritance
SfUserSetupEntityAccess
Inherited Members

Properties

DeveloperName

Developer Name

Name: DeveloperName

SF Type: string

Nillable: True

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

Property Value

string

DurableId

User Setup Entity Access Key

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

Id

UserSetupEntityAccess ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

KeyPrefix

Key Prefix

Name: KeyPrefix

SF Type: string

Nillable: True

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

Property Value

string

LastCacheUpdate

Last Cache Update

Name: LastCacheUpdate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SetupEntityId

Setup Entity Id

Name: SetupEntityId

SF Type: string

Nillable: True

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

Property Value

string