Class SfUserSharedFeature
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
User Shared Feature
SObject Name: UserSharedFeature
Custom Object: False
public class SfUserSharedFeature : SObject
- Inheritance
-
SfUserSharedFeature
- Inherited Members
Properties
FeatureName
Feature Name
Name: FeatureName
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "featureName")]
[Updateable(false)]
[Createable(false)]
public string FeatureName { get; set; }
Property Value
Id
User Shared Feature ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }