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
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
Id
UserSetupEntityAccess ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
KeyPrefix
Key Prefix
Name: KeyPrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "keyPrefix")]
[Updateable(false)]
[Createable(false)]
public string KeyPrefix { get; set; }
Property Value
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
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SetupEntityId
Setup Entity Id
Name: SetupEntityId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "setupEntityId")]
[Updateable(false)]
[Createable(false)]
public string SetupEntityId { get; set; }