Class SfApexPageInfo
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Apex Page Info
SObject Name: ApexPageInfo
Custom Object: False
public class SfApexPageInfo : SObject
- Inheritance
-
SfApexPageInfo
- Inherited Members
Properties
ApexPageId
Apex Page ID
Name: ApexPageId
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "apexPageId")]
[Updateable(false)]
[Createable(false)]
public string ApexPageId { get; set; }
Property Value
ApiVersion
API Version
Name: ApiVersion
SF Type: double
Nillable: False
[JsonProperty(PropertyName = "apiVersion")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersion { get; set; }
Property Value
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
DurableId
Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
Id
Entity Id
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsAvailableInTouch
Is Available In Touch
Name: IsAvailableInTouch
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAvailableInTouch")]
[Updateable(false)]
[Createable(false)]
public bool? IsAvailableInTouch { get; set; }
Property Value
- bool?
IsShowHeader
Show Header
Name: IsShowHeader
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "isShowHeader")]
[Updateable(false)]
[Createable(false)]
public string IsShowHeader { get; set; }
Property Value
MasterLabel
Master Label
Name: MasterLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "masterLabel")]
[Updateable(false)]
[Createable(false)]
public string MasterLabel { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
NameSpacePrefix
Name Space Prefix
Name: NameSpacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "nameSpacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NameSpacePrefix { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }