Class SfDataType
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Data Type
SObject Name: DataType
Custom Object: False
public class SfDataType : SObject
- Inheritance
-
SfDataType
- Inherited Members
Properties
ContextServiceDataTypeId
Service Data Type ID
Name: ContextServiceDataTypeId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "contextServiceDataTypeId")]
[Updateable(false)]
[Createable(false)]
public string ContextServiceDataTypeId { get; set; }
Property Value
ContextWsdlDataTypeId
WSDL Data Type ID
Name: ContextWsdlDataTypeId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "contextWsdlDataTypeId")]
[Updateable(false)]
[Createable(false)]
public string ContextWsdlDataTypeId { get; set; }
Property Value
DeveloperName
Data Type Name
Name: DeveloperName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { get; set; }
Property Value
DurableId
Data Type Durable ID
Name: DurableId
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "durableId")]
[Updateable(false)]
[Createable(false)]
public string DurableId { get; set; }
Property Value
Id
Data Type ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsComplex
Is this Data Type Complex?
Name: IsComplex
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isComplex")]
[Updateable(false)]
[Createable(false)]
public bool? IsComplex { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }