Table of Contents

Class SfFormulaFunction

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Formula Function

SObject Name: FormulaFunction

Custom Object: False

public class SfFormulaFunction : SObject
Inheritance
SfFormulaFunction
Inherited Members

Properties

CategoryId

Formula Function Category ID

Name: CategoryId

SF Type: string

Nillable: True

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

Property Value

string

Description

Description

Name: Description

SF Type: string

Nillable: True

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

Property Value

string

DurableId

Formula Function Durable ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

ExampleString

Example String

Name: ExampleString

SF Type: string

Nillable: True

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

Property Value

string

Id

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