Table of Contents

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

string

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

string

DefType

Definition Type

Name: DefType

SF Type: picklist

Nillable: False

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

Format

Format

Name: Format

SF Type: picklist

Nillable: False

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

Property Value

string

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

string

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

DateTimeOffset?

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

Source

Source

Name: Source

SF Type: textarea

Nillable: False

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

Property Value

string