Class SfCaseSolution
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Case Solution
SObject Name: CaseSolution
Custom Object: False
public class SfCaseSolution : SObject
- Inheritance
-
SfCaseSolution
- Inherited Members
Properties
Case
ReferenceTo: Case
RelationshipName: Case
[JsonProperty(PropertyName = "case")]
[Updateable(false)]
[Createable(false)]
public SfCase Case { get; set; }
Property Value
CaseId
Case ID
Name: CaseId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "caseId")]
[Updateable(false)]
[Createable(true)]
public string CaseId { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Id
Case Solution ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Solution
ReferenceTo: Solution
RelationshipName: Solution
[JsonProperty(PropertyName = "solution")]
[Updateable(false)]
[Createable(false)]
public SfSolution Solution { get; set; }
Property Value
SolutionId
Solution ID
Name: SolutionId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "solutionId")]
[Updateable(false)]
[Createable(true)]
public string SolutionId { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }