Table of Contents

Class SfSearchLayout

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Search Layout

SObject Name: SearchLayout

Custom Object: False

public class SfSearchLayout : SObject
Inheritance
SfSearchLayout
Inherited Members

Properties

ButtonsDisplayed

Buttons Displayed

Name: ButtonsDisplayed

SF Type: complexvalue

Nillable: True

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

EntityDefinitionId

Entity Definition ID

Name: EntityDefinitionId

SF Type: string

Nillable: True

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

Property Value

string

FieldsDisplayed

Fields Displayed

Name: FieldsDisplayed

SF Type: complexvalue

Nillable: True

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

Property Value

string

Id

Search Layout ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Label

Label

Name: Label

SF Type: string

Nillable: True

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

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }

Property Value

SfUser

LastModifiedById

User ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

LayoutType

Layout Type

Name: LayoutType

SF Type: string

Nillable: True

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

Property Value

string

ListLayout

List Layout

Name: ListLayout

SF Type: string

Nillable: True

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

Property Value

string

Profile

Profile ID

Name: Profile

SF Type: string

Nillable: True

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

Property Value

string

ProfileName

Profile Name

Name: ProfileName

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string