Table of Contents

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

SfAccount

AccountId

Account ID

Name: AccountId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "accountId")]
public string AccountId { get; set; }

Property Value

string

Asset

ReferenceTo: Asset

RelationshipName: Asset

[JsonProperty(PropertyName = "asset")]
[Updateable(false)]
[Createable(false)]
public SfAsset Asset { get; set; }

Property Value

SfAsset

AssetId

Asset ID

Name: AssetId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "assetId")]
public string AssetId { get; set; }

Property Value

string

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

string

ClosedDate

Closed Date

Name: ClosedDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "closedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? ClosedDate { get; set; }

Property Value

DateTimeOffset?

Comments

Internal Comments

Name: Comments

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "comments")]
public string Comments { get; set; }

Property Value

string

Contact

ReferenceTo: Contact

RelationshipName: Contact

[JsonProperty(PropertyName = "contact")]
[Updateable(false)]
[Createable(false)]
public SfContact Contact { get; set; }

Property Value

SfContact

ContactEmail

Contact Email

Name: ContactEmail

SF Type: email

Nillable: True

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

Property Value

string

ContactFax

Contact Fax

Name: ContactFax

SF Type: phone

Nillable: True

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

Property Value

string

ContactId

Contact ID

Name: ContactId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "contactId")]
public string ContactId { get; set; }

Property Value

string

ContactMobile

Contact Mobile

Name: ContactMobile

SF Type: phone

Nillable: True

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

Property Value

string

ContactPhone

Contact Phone

Name: ContactPhone

SF Type: phone

Nillable: True

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

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

Description

Description

Name: Description

SF Type: textarea

Nillable: True

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

Property Value

string

Id

Case ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

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

SfUser

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

string

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

DateTimeOffset?

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

DateTimeOffset?

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

DateTimeOffset?

MasterRecord

ReferenceTo: Case

RelationshipName: MasterRecord

[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfCase MasterRecord { get; set; }

Property Value

SfCase

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

string

Origin

Case Origin

Name: Origin

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "origin")]
public string Origin { get; set; }

Property Value

string

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }

Property Value

string

Parent

ReferenceTo: Case

RelationshipName: Parent

[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfCase Parent { get; set; }

Property Value

SfCase

ParentId

Parent Case ID

Name: ParentId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }

Property Value

string

Priority

Priority

Name: Priority

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "priority")]
public string Priority { get; set; }

Property Value

string

Reason

Case Reason

Name: Reason

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "status")]
public string Status { get; set; }

Property Value

string

Subject

Subject

Name: Subject

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "subject")]
public string Subject { get; set; }

Property Value

string

SuppliedCompany

Company

Name: SuppliedCompany

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "suppliedCompany")]
public string SuppliedCompany { get; set; }

Property Value

string

SuppliedEmail

Email Address

Name: SuppliedEmail

SF Type: email

Nillable: True

[JsonProperty(PropertyName = "suppliedEmail")]
public string SuppliedEmail { get; set; }

Property Value

string

SuppliedName

Name

Name: SuppliedName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "suppliedName")]
public string SuppliedName { get; set; }

Property Value

string

SuppliedPhone

Phone

Name: SuppliedPhone

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "suppliedPhone")]
public string SuppliedPhone { get; set; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

Type

Case Type

Name: Type

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "type")]
public string Type { get; set; }

Property Value

string