Table of Contents

Class SfOwnerChangeOptionInfo

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Change Owner Option Info

SObject Name: OwnerChangeOptionInfo

Custom Object: False

public class SfOwnerChangeOptionInfo : SObject
Inheritance
SfOwnerChangeOptionInfo
Inherited Members

Properties

DefaultValue

Default Value

Name: DefaultValue

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "defaultValue")]
[Updateable(false)]
[Createable(false)]
public bool? DefaultValue { get; set; }

Property Value

bool?

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

Id

Change Owner Option ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsEditable

Is Editable

Name: IsEditable

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isEditable")]
[Updateable(false)]
[Createable(false)]
public bool? IsEditable { get; set; }

Property Value

bool?

Label

Label

Name: Label

SF Type: string

Nillable: True

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

Property Value

string

Name

Name

Name: Name

SF Type: string

Nillable: True

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

Property Value

string

ParentId

Change Owner Option ID

Name: ParentId

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string