Table of Contents

Class SfUserFieldAccess

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

User Field Access

SObject Name: UserFieldAccess

Custom Object: False

public class SfUserFieldAccess : SObject
Inheritance
SfUserFieldAccess
Inherited Members

Properties

DurableId

Durable ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

EntityDefinitionId

Entity Definition ID

Name: EntityDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

FieldDefinitionId

Field Definition ID

Name: FieldDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

Id

User Field Access ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsAccessible

Is Accessible

Name: IsAccessible

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsCreatable

Is Creatable

Name: IsCreatable

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsUpdatable

Is Updatable

Name: IsUpdatable

SF Type: boolean

Nillable: False

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

Property Value

bool?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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