Class SfUserPreference
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User Preference
SObject Name: UserPreference
Custom Object: False
public class SfUserPreference : SObject
- Inheritance
-
SfUserPreference
- Inherited Members
Properties
Id
User Preference ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Preference
Preference
Name: Preference
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "preference")]
public string Preference { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }
Property Value
Value
Value
Name: Value
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }