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
AccountSource
Account Source
Name: AccountSource
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "accountSource")]
public string AccountSource { get; set; }
Property Value
AnnualRevenue
Annual Revenue
Name: AnnualRevenue
SF Type: currency
Nillable: True
[JsonProperty(PropertyName = "annualRevenue")]
public decimal? AnnualRevenue { get; set; }
Property Value
BillingAddress
Billing Address
Name: BillingAddress
SF Type: address
Nillable: True
[JsonProperty(PropertyName = "billingAddress")]
[Updateable(false)]
[Createable(false)]
public Address BillingAddress { get; set; }
Property Value
BillingCity
Billing City
Name: BillingCity
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "billingCity")]
public string BillingCity { get; set; }
Property Value
BillingCountry
Billing Country
Name: BillingCountry
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "billingCountry")]
public string BillingCountry { get; set; }
Property Value
BillingGeocodeAccuracy
Billing Geocode Accuracy
Name: BillingGeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "billingGeocodeAccuracy")]
public string BillingGeocodeAccuracy { get; set; }
Property Value
BillingLatitude
Billing Latitude
Name: BillingLatitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "billingLatitude")]
public double? BillingLatitude { get; set; }
Property Value
BillingLongitude
Billing Longitude
Name: BillingLongitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "billingLongitude")]
public double? BillingLongitude { get; set; }
Property Value
BillingPostalCode
Billing Zip/Postal Code
Name: BillingPostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "billingPostalCode")]
public string BillingPostalCode { get; set; }
Property Value
BillingState
Billing State/Province
Name: BillingState
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "billingState")]
public string BillingState { get; set; }
Property Value
BillingStreet
Billing Street
Name: BillingStreet
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "billingStreet")]
public string BillingStreet { get; set; }
Property Value
CleanStatus
Clean Status
Name: CleanStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "cleanStatus")]
public string CleanStatus { 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
DandbCompany
ReferenceTo: DandBCompany
RelationshipName: DandbCompany
[JsonProperty(PropertyName = "dandbCompany")]
[Updateable(false)]
[Createable(false)]
public SfDandBCompany DandbCompany { get; set; }
Property Value
DandbCompanyId
D&B Company ID
Name: DandbCompanyId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "dandbCompanyId")]
public string DandbCompanyId { get; set; }
Property Value
Description
Account Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
DunsNumber
D-U-N-S Number
Name: DunsNumber
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "dunsNumber")]
public string DunsNumber { get; set; }
Property Value
Fax
Account Fax
Name: Fax
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "fax")]
public string Fax { get; set; }
Property Value
Id
Account ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
Industry
Industry
Name: Industry
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "industry")]
public string Industry { 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?
Jigsaw
Data.com Key
Name: Jigsaw
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "jigsaw")]
public string Jigsaw { get; set; }
Property Value
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
LastActivityDate
Last Activity
Name: LastActivityDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "lastActivityDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? LastActivityDate { get; set; }
Property Value
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: Account
RelationshipName: MasterRecord
[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfAccount 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
NaicsCode
NAICS Code
Name: NaicsCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "naicsCode")]
public string NaicsCode { get; set; }
Property Value
NaicsDesc
NAICS Description
Name: NaicsDesc
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "naicsDesc")]
public string NaicsDesc { get; set; }
Property Value
Name
Account Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
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
OwnerId
Owner ID
Name: OwnerId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "ownerId")]
public string OwnerId { get; set; }
Property Value
Ownership
Ownership
Name: Ownership
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "ownership")]
public string Ownership { get; set; }
Property Value
Parent
ReferenceTo: Account
RelationshipName: Parent
[JsonProperty(PropertyName = "parent")]
[Updateable(false)]
[Createable(false)]
public SfAccount Parent { get; set; }
Property Value
ParentId
Parent Account ID
Name: ParentId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "parentId")]
public string ParentId { get; set; }
Property Value
Phone
Account Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
public string Phone { get; set; }
Property Value
PhotoUrl
Photo URL
Name: PhotoUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "photoUrl")]
[Updateable(false)]
[Createable(false)]
public string PhotoUrl { get; set; }
Property Value
Rating
Account Rating
Name: Rating
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "rating")]
public string Rating { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ShippingAddress
Shipping Address
Name: ShippingAddress
SF Type: address
Nillable: True
[JsonProperty(PropertyName = "shippingAddress")]
[Updateable(false)]
[Createable(false)]
public Address ShippingAddress { get; set; }
Property Value
ShippingCity
Shipping City
Name: ShippingCity
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "shippingCity")]
public string ShippingCity { get; set; }
Property Value
ShippingCountry
Shipping Country
Name: ShippingCountry
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "shippingCountry")]
public string ShippingCountry { get; set; }
Property Value
ShippingGeocodeAccuracy
Shipping Geocode Accuracy
Name: ShippingGeocodeAccuracy
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "shippingGeocodeAccuracy")]
public string ShippingGeocodeAccuracy { get; set; }
Property Value
ShippingLatitude
Shipping Latitude
Name: ShippingLatitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "shippingLatitude")]
public double? ShippingLatitude { get; set; }
Property Value
ShippingLongitude
Shipping Longitude
Name: ShippingLongitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "shippingLongitude")]
public double? ShippingLongitude { get; set; }
Property Value
ShippingPostalCode
Shipping Zip/Postal Code
Name: ShippingPostalCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "shippingPostalCode")]
public string ShippingPostalCode { get; set; }
Property Value
ShippingState
Shipping State/Province
Name: ShippingState
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "shippingState")]
public string ShippingState { get; set; }
Property Value
ShippingStreet
Shipping Street
Name: ShippingStreet
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "shippingStreet")]
public string ShippingStreet { get; set; }
Property Value
Sic
SIC Code
Name: Sic
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sic")]
public string Sic { get; set; }
Property Value
SicDesc
SIC Description
Name: SicDesc
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "sicDesc")]
public string SicDesc { get; set; }
Property Value
Site
Account Site
Name: Site
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "site")]
public string Site { 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
TickerSymbol
Ticker Symbol
Name: TickerSymbol
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "tickerSymbol")]
public string TickerSymbol { get; set; }
Property Value
Tradestyle
Tradestyle
Name: Tradestyle
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "tradestyle")]
public string Tradestyle { get; set; }
Property Value
Type
Account Type
Name: Type
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Website
Website
Name: Website
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "website")]
public string Website { get; set; }
Property Value
YearStarted
Year Started
Name: YearStarted
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "yearStarted")]
public string YearStarted { get; set; }