Table of Contents

Class SfFormulaFunctionCategory

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Formula Function Category

SObject Name: FormulaFunctionCategory

Custom Object: False

public class SfFormulaFunctionCategory : SObject
Inheritance
SfFormulaFunctionCategory
Inherited Members

Properties

DurableId

Formula Function Category 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

Formula Function Category 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

Name

Name

Name: Name

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string