Class SfFieldPermissions
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Field Permissions
SObject Name: FieldPermissions
Custom Object: False
public class SfFieldPermissions : SObject
- Inheritance
-
SfFieldPermissions
- Inherited Members
Properties
Field
Field Name
Name: Field
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "field")]
[Updateable(false)]
[Createable(true)]
public string Field { get; set; }
Property Value
Id
Field Permissions ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Parent
ReferenceTo: PermissionSet
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfPermissionSet Parent { get; set; }
Property Value
ParentId
Parent ID
Name: ParentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "parentId")]
[Updateable(false)]
[Createable(true)]
public string ParentId { get; set; }
Property Value
PermissionsEdit
Edit Field
Name: PermissionsEdit
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "permissionsEdit")]
public bool? PermissionsEdit { get; set; }
Property Value
- bool?
PermissionsRead
Read Field
Name: PermissionsRead
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "permissionsRead")]
public bool? PermissionsRead { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SobjectType
SObject Type Name
Name: SobjectType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "sobjectType")]
[Updateable(false)]
[Createable(true)]
public string SobjectType { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }