Table of Contents

Class SfAppTabMember

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

App Tab Member

SObject Name: AppTabMember

Custom Object: False

public class SfAppTabMember : SObject
Inheritance
SfAppTabMember
Inherited Members

Properties

AppDefinitionId

App Definition ID

Name: AppDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Durable ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

Id

App Tab Member 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

SortOrder

Sort Order

Name: SortOrder

SF Type: int

Nillable: True

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

Property Value

int?

TabDefinitionId

Tab Definition ID

Name: TabDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

WorkspaceDriverField

Workspace Driver Field

Name: WorkspaceDriverField

SF Type: string

Nillable: True

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

Property Value

string