Class SfAuraDefinitionInfo
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Aura Definition Info
SObject Name: AuraDefinitionInfo
Custom Object: False
public class SfAuraDefinitionInfo : SObject
- Inheritance
-
SfAuraDefinitionInfo
- Inherited Members
Properties
AuraDefinitionBundleInfoId
Lightning Definition Bundle ID
Name: AuraDefinitionBundleInfoId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "auraDefinitionBundleInfoId")]
[Updateable(false)]
[Createable(false)]
public string AuraDefinitionBundleInfoId { get; set; }
Property Value
AuraDefinitionId
Lightning Definition ID
Name: AuraDefinitionId
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "auraDefinitionId")]
[Updateable(false)]
[Createable(false)]
public string AuraDefinitionId { get; set; }
Property Value
DefType
Definition Type
Name: DefType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "defType")]
[Updateable(false)]
[Createable(false)]
public string DefType { get; set; }
Property Value
DeveloperName
Bundle Name
Name: DeveloperName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { 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
Format
Format
Name: Format
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "format")]
[Updateable(false)]
[Createable(false)]
public string Format { get; set; }
Property Value
Id
Lightning Definition ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
NamespacePrefix
Namespace 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; }
Property Value
Source
Source
Name: Source
SF Type: textarea
Nillable: False
[JsonProperty(PropertyName = "source")]
[Updateable(false)]
[Createable(false)]
public string Source { get; set; }