Table of Contents

Class SfAccount

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Account

SObject Name: Account

Custom Object: False

public class SfAccount : SObject
Inheritance
SfAccount
Inherited Members

Properties

AccountNumber

Account Number

Name: AccountNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "accountNumber")]
public string AccountNumber { get; set; }

Property Value

string

AccountSource

Account Source

Name: AccountSource

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "accountSource")]
public string AccountSource { get; set; }

Property Value

string

AnnualRevenue

Annual Revenue

Name: AnnualRevenue

SF Type: currency

Nillable: True

[JsonProperty(PropertyName = "annualRevenue")]
public decimal? AnnualRevenue { get; set; }

Property Value

decimal?

BillingAddress

Billing Address

Name: BillingAddress

SF Type: address

Nillable: True

[JsonProperty(PropertyName = "billingAddress")]
[Updateable(false)]
[Createable(false)]
public Address BillingAddress { get; set; }

Property Value

Address

BillingCity

Billing City

Name: BillingCity

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "billingCity")]
public string BillingCity { get; set; }

Property Value

string

BillingCountry

Billing Country

Name: BillingCountry

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "billingCountry")]
public string BillingCountry { get; set; }

Property Value

string

BillingGeocodeAccuracy

Billing Geocode Accuracy

Name: BillingGeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "billingGeocodeAccuracy")]
public string BillingGeocodeAccuracy { get; set; }

Property Value

string

BillingLatitude

Billing Latitude

Name: BillingLatitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "billingLatitude")]
public double? BillingLatitude { get; set; }

Property Value

double?

BillingLongitude

Billing Longitude

Name: BillingLongitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "billingLongitude")]
public double? BillingLongitude { get; set; }

Property Value

double?

BillingPostalCode

Billing Zip/Postal Code

Name: BillingPostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "billingPostalCode")]
public string BillingPostalCode { get; set; }

Property Value

string

BillingState

Billing State/Province

Name: BillingState

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "billingState")]
public string BillingState { get; set; }

Property Value

string

BillingStreet

Billing Street

Name: BillingStreet

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "billingStreet")]
public string BillingStreet { get; set; }

Property Value

string

CleanStatus

Clean Status

Name: CleanStatus

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "cleanStatus")]
public string CleanStatus { 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?

DandbCompany

ReferenceTo: DandBCompany

RelationshipName: DandbCompany

[JsonProperty(PropertyName = "dandbCompany")]
[Updateable(false)]
[Createable(false)]
public SfDandBCompany DandbCompany { get; set; }

Property Value

SfDandBCompany

DandbCompanyId

D&B Company ID

Name: DandbCompanyId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "dandbCompanyId")]
public string DandbCompanyId { get; set; }

Property Value

string

Description

Account Description

Name: Description

SF Type: textarea

Nillable: True

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

Property Value

string

DunsNumber

D-U-N-S Number

Name: DunsNumber

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "dunsNumber")]
public string DunsNumber { get; set; }

Property Value

string

Fax

Account Fax

Name: Fax

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "fax")]
public string Fax { get; set; }

Property Value

string

Id

Account ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Industry

Industry

Name: Industry

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "industry")]
public string Industry { get; set; }

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

Jigsaw

Data.com Key

Name: Jigsaw

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "jigsaw")]
public string Jigsaw { get; set; }

Property Value

string

JigsawCompanyId

Jigsaw Company ID

Name: JigsawCompanyId

SF Type: string

Nillable: True

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

Property Value

string

LastActivityDate

Last Activity

Name: LastActivityDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "lastActivityDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? LastActivityDate { get; set; }

Property Value

DateTime?

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: Account

RelationshipName: MasterRecord

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

Property Value

SfAccount

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

NaicsCode

NAICS Code

Name: NaicsCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "naicsCode")]
public string NaicsCode { get; set; }

Property Value

string

NaicsDesc

NAICS Description

Name: NaicsDesc

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "naicsDesc")]
public string NaicsDesc { get; set; }

Property Value

string

Name

Account Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string

NumberOfEmployees

Employees

Name: NumberOfEmployees

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "numberOfEmployees")]
public int? NumberOfEmployees { get; set; }

Property Value

int?

Owner

ReferenceTo: User

RelationshipName: Owner

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

Property Value

SfUser

OwnerId

Owner ID

Name: OwnerId

SF Type: reference

Nillable: False

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

Property Value

string

Ownership

Ownership

Name: Ownership

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "ownership")]
public string Ownership { get; set; }

Property Value

string

Parent

ReferenceTo: Account

RelationshipName: Parent

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

Property Value

SfAccount

ParentId

Parent Account ID

Name: ParentId

SF Type: reference

Nillable: True

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

Property Value

string

Phone

Account Phone

Name: Phone

SF Type: phone

Nillable: True

[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }

Property Value

string

PhotoUrl

Photo URL

Name: PhotoUrl

SF Type: url

Nillable: True

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

Property Value

string

Rating

Account Rating

Name: Rating

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "rating")]
public string Rating { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

ShippingAddress

Shipping Address

Name: ShippingAddress

SF Type: address

Nillable: True

[JsonProperty(PropertyName = "shippingAddress")]
[Updateable(false)]
[Createable(false)]
public Address ShippingAddress { get; set; }

Property Value

Address

ShippingCity

Shipping City

Name: ShippingCity

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "shippingCity")]
public string ShippingCity { get; set; }

Property Value

string

ShippingCountry

Shipping Country

Name: ShippingCountry

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "shippingCountry")]
public string ShippingCountry { get; set; }

Property Value

string

ShippingGeocodeAccuracy

Shipping Geocode Accuracy

Name: ShippingGeocodeAccuracy

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "shippingGeocodeAccuracy")]
public string ShippingGeocodeAccuracy { get; set; }

Property Value

string

ShippingLatitude

Shipping Latitude

Name: ShippingLatitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "shippingLatitude")]
public double? ShippingLatitude { get; set; }

Property Value

double?

ShippingLongitude

Shipping Longitude

Name: ShippingLongitude

SF Type: double

Nillable: True

[JsonProperty(PropertyName = "shippingLongitude")]
public double? ShippingLongitude { get; set; }

Property Value

double?

ShippingPostalCode

Shipping Zip/Postal Code

Name: ShippingPostalCode

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "shippingPostalCode")]
public string ShippingPostalCode { get; set; }

Property Value

string

ShippingState

Shipping State/Province

Name: ShippingState

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "shippingState")]
public string ShippingState { get; set; }

Property Value

string

ShippingStreet

Shipping Street

Name: ShippingStreet

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "shippingStreet")]
public string ShippingStreet { get; set; }

Property Value

string

Sic

SIC Code

Name: Sic

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sic")]
public string Sic { get; set; }

Property Value

string

SicDesc

SIC Description

Name: SicDesc

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "sicDesc")]
public string SicDesc { get; set; }

Property Value

string

Site

Account Site

Name: Site

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "site")]
public string Site { 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?

TickerSymbol

Ticker Symbol

Name: TickerSymbol

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "tickerSymbol")]
public string TickerSymbol { get; set; }

Property Value

string

Tradestyle

Tradestyle

Name: Tradestyle

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "tradestyle")]
public string Tradestyle { get; set; }

Property Value

string

Type

Account Type

Name: Type

SF Type: picklist

Nillable: True

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

Property Value

string

Website

Website

Name: Website

SF Type: url

Nillable: True

[JsonProperty(PropertyName = "website")]
public string Website { get; set; }

Property Value

string

YearStarted

Year Started

Name: YearStarted

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "yearStarted")]
public string YearStarted { get; set; }

Property Value

string