Class SfCase
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Case
SObject Name: Case
Custom Object: False
public class SfCase : SObject
- Inheritance
-
SfCase
- Inherited Members
Properties
Account
ReferenceTo: Account
RelationshipName: Account
[JsonProperty(PropertyName = "account")]
[Updateable(false)]
[Createable(false)]
public SfAccount Account { get; set; }
Property Value
AccountId
Account ID
Name: AccountId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }
Property Value
Asset
ReferenceTo: Asset
RelationshipName: Asset
[JsonProperty(PropertyName = "asset")]
[Updateable(false)]
[Createable(false)]
public SfAsset Asset { get; set; }
Property Value
AssetId
Asset ID
Name: AssetId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "assetId")]
public string AssetId { get; set; }
Property Value
CaseNumber
Case Number
Name: CaseNumber
SF Type: string
AutoNumber field
Nillable: False
[JsonProperty(PropertyName = "caseNumber")]
[Updateable(false)]
[Createable(false)]
public string CaseNumber { get; set; }
Property Value
ClosedDate
Closed Date
Name: ClosedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "closedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ClosedDate { get; set; }
Property Value
Comments
Internal Comments
Name: Comments
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "comments")]
public string Comments { get; set; }
Property Value
Contact
ReferenceTo: Contact
RelationshipName: Contact
[JsonProperty(PropertyName = "contact")]
[Updateable(false)]
[Createable(false)]
public SfContact Contact { get; set; }
Property Value
ContactEmail
Contact Email
Name: ContactEmail
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "contactEmail")]
[Updateable(false)]
[Createable(false)]
public string ContactEmail { get; set; }
Property Value
ContactFax
Contact Fax
Name: ContactFax
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "contactFax")]
[Updateable(false)]
[Createable(false)]
public string ContactFax { get; set; }
Property Value
ContactId
Contact ID
Name: ContactId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "contactId")]
public string ContactId { get; set; }
Property Value
ContactMobile
Contact Mobile
Name: ContactMobile
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "contactMobile")]
[Updateable(false)]
[Createable(false)]
public string ContactMobile { get; set; }
Property Value
ContactPhone
Contact Phone
Name: ContactPhone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "contactPhone")]
[Updateable(false)]
[Createable(false)]
public string ContactPhone { 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
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Id
Case ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsClosed
Closed
Name: IsClosed
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isClosed")]
[Updateable(false)]
[Createable(false)]
public bool? IsClosed { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsEscalated
Escalated
Name: IsEscalated
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isEscalated")]
public bool? IsEscalated { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LastReferencedDate
Last Referenced Date
Name: LastReferencedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastReferencedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastReferencedDate { get; set; }
Property Value
LastViewedDate
Last Viewed Date
Name: LastViewedDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastViewedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastViewedDate { get; set; }
Property Value
MasterRecord
ReferenceTo: Case
RelationshipName: MasterRecord
[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfCase MasterRecord { get; set; }
Property Value
MasterRecordId
Master Record ID
Name: MasterRecordId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "masterRecordId")]
[Updateable(false)]
[Createable(false)]
public string MasterRecordId { get; set; }
Property Value
Origin
Case Origin
Name: Origin
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "origin")]
public string Origin { get; set; }
Property Value
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
Parent
ReferenceTo: Case
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfCase Parent { get; set; }
Property Value
ParentId
Parent Case ID
Name: ParentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }
Property Value
Priority
Priority
Name: Priority
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "priority")]
public string Priority { get; set; }
Property Value
Reason
Case Reason
Name: Reason
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Subject
Subject
Name: Subject
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "subject")]
public string Subject { get; set; }
Property Value
SuppliedCompany
Company
Name: SuppliedCompany
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "suppliedCompany")]
public string SuppliedCompany { get; set; }
Property Value
SuppliedEmail
Email Address
Name: SuppliedEmail
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "suppliedEmail")]
public string SuppliedEmail { get; set; }
Property Value
SuppliedName
Name
Name: SuppliedName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "suppliedName")]
public string SuppliedName { get; set; }
Property Value
SuppliedPhone
Phone
Name: SuppliedPhone
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "suppliedPhone")]
public string SuppliedPhone { 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; }
Property Value
Type
Case Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }