Table of Contents

Class SfAuraDefinitionBundleInfo

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Aura Definition Bundle Info

SObject Name: AuraDefinitionBundleInfo

Custom Object: False

public class SfAuraDefinitionBundleInfo : SObject
Inheritance
SfAuraDefinitionBundleInfo
Inherited Members

Properties

ApiVersion

Api Version

Name: ApiVersion

SF Type: double

Nillable: False

[JsonProperty(PropertyName = "apiVersion")]
[Updateable(false)]
[Createable(false)]
public double? ApiVersion { get; set; }

Property Value

double?

AuraDefinitionBundleId

Lightning Definition Bundle ID

Name: AuraDefinitionBundleId

SF Type: string

Nillable: False

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

Property Value

string

DeveloperName

Bundle Name

Name: DeveloperName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { 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

Lightning Definition Bundle ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string