Table of Contents

Class SfKnowledgeableUser

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Knowledgeable User

SObject Name: KnowledgeableUser

Custom Object: False

public class SfKnowledgeableUser : SObject
Inheritance
SfKnowledgeableUser
Inherited Members

Properties

Id

Knowledgeable User ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

RawRank

Rank

Name: RawRank

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "rawRank")]
[Updateable(false)]
[Createable(false)]
public int? RawRank { get; set; }

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

TopicId

Topic ID

Name: TopicId

SF Type: reference

Nillable: False

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

Property Value

string

UserId

User ID

Name: UserId

SF Type: reference

Nillable: False

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

Property Value

string