Class SObjectUrls
- Namespace
- NetCoreForce.Client.Models
- Assembly
- NetCoreForce.Client.dll
[JsonObject("urls")]
public class SObjectUrls
- Inheritance
-
SObjectUrls
- Inherited Members
Properties
ApprovalLayouts
[JsonProperty(PropertyName = "approvalLayouts")]
public string ApprovalLayouts { get; set; }
Property Value
CompactLayouts
[JsonProperty(PropertyName = "compactLayouts")]
public string CompactLayouts { get; set; }
Property Value
DefaultValues
[JsonProperty(PropertyName = "defaultValues")]
public string DefaultValues { get; set; }
Property Value
Describe
[JsonProperty(PropertyName = "describe")]
public string Describe { get; set; }
Property Value
Layouts
[JsonProperty(PropertyName = "layouts")]
public string Layouts { get; set; }
Property Value
Listviews
[JsonProperty(PropertyName = "listviews")]
public string Listviews { get; set; }
Property Value
QuickActions
[JsonProperty(PropertyName = "quickActions")]
public string QuickActions { get; set; }
Property Value
RowTemplate
[JsonProperty(PropertyName = "rowTemplate")]
public string RowTemplate { get; set; }
Property Value
Sobject
[JsonProperty(PropertyName = "sobject")]
public string Sobject { get; set; }
Property Value
UiDetailTemplate
Not included in basic info/metdata
[JsonProperty(PropertyName = "uiDetailTemplate")]
public string UiDetailTemplate { get; set; }
Property Value
UiEditTemplate
Not included in basic info/metdata
[JsonProperty(PropertyName = "uiEditTemplate")]
public string UiEditTemplate { get; set; }
Property Value
UiNewRecord
Not included in basic info/metdata
[JsonProperty(PropertyName = "uiNewRecord")]
public string UiNewRecord { get; set; }