Class SfTabDefinition
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Tab Definition
SObject Name: TabDefinition
Custom Object: False
public class SfTabDefinition : SObject
- Inheritance
-
SfTabDefinition
- Inherited Members
Properties
DurableId
Tab Definition Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
Id
Tab Definition ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsAvailableInAloha
Is Available In Aloha
Name: IsAvailableInAloha
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAvailableInAloha")]
[Updateable(false)]
[Createable(false)]
public bool? IsAvailableInAloha { get; set; }
Property Value
- bool?
IsAvailableInDesktop
Is Available In Desktop
Name: IsAvailableInDesktop
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAvailableInDesktop")]
[Updateable(false)]
[Createable(false)]
public bool? IsAvailableInDesktop { get; set; }
Property Value
- bool?
IsAvailableInLightning
Is Available In Lightning
Name: IsAvailableInLightning
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAvailableInLightning")]
[Updateable(false)]
[Createable(false)]
public bool? IsAvailableInLightning { get; set; }
Property Value
- bool?
IsAvailableInMobile
Is Available In Mobile
Name: IsAvailableInMobile
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAvailableInMobile")]
[Updateable(false)]
[Createable(false)]
public bool? IsAvailableInMobile { get; set; }
Property Value
- bool?
IsCustom
Is Custom
Name: IsCustom
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isCustom")]
[Updateable(false)]
[Createable(false)]
public bool? IsCustom { get; set; }
Property Value
- bool?
Label
Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
MobileUrl
Mobile URL
Name: MobileUrl
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "mobileUrl")]
[Updateable(false)]
[Createable(false)]
public string MobileUrl { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SobjectName
sObject Name
Name: SobjectName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sobjectName")]
[Updateable(false)]
[Createable(false)]
public string SobjectName { get; set; }
Property Value
Url
URL
Name: Url
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "url")]
[Updateable(false)]
[Createable(false)]
public string Url { get; set; }