Table of Contents

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

string

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

string

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