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
DurableId
Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
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
FieldsDisplayed
Fields Displayed
Name: FieldsDisplayed
SF Type: complexvalue
Nillable: True
[JsonProperty(PropertyName = "fieldsDisplayed")]
[Updateable(false)]
[Createable(false)]
public string FieldsDisplayed { get; set; }
Property Value
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
Label
Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
User ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { 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
LayoutType
Layout Type
Name: LayoutType
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "layoutType")]
[Updateable(false)]
[Createable(false)]
public string LayoutType { get; set; }
Property Value
ListLayout
List Layout
Name: ListLayout
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "listLayout")]
[Updateable(false)]
[Createable(false)]
public string ListLayout { get; set; }
Property Value
Profile
Profile ID
Name: Profile
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public string Profile { get; set; }
Property Value
ProfileName
Profile Name
Name: ProfileName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "profileName")]
[Updateable(false)]
[Createable(false)]
public string ProfileName { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }