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
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
Label
Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
[Updateable(false)]
[Createable(false)]
public string Label { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }