Class SfIndividual
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Individual
SObject Name: Individual
Custom Object: False
public class SfIndividual : SObject
- Inheritance
-
SfIndividual
- Inherited Members
Properties
BirthDate
Birth Date
Name: BirthDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "birthDate")]
public DateTime? BirthDate { get; set; }
Property Value
CanStorePiiElsewhere
OK to Store PII Data Elsewhere
Name: CanStorePiiElsewhere
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "canStorePiiElsewhere")]
public bool? CanStorePiiElsewhere { get; set; }
Property Value
- bool?
ChildrenCount
Number of Children
Name: ChildrenCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "childrenCount")]
public int? ChildrenCount { get; set; }
Property Value
- int?
ConsumerCreditScore
Consumer Credit Score
Name: ConsumerCreditScore
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "consumerCreditScore")]
public int? ConsumerCreditScore { get; set; }
Property Value
- int?
ConsumerCreditScoreProviderName
Consumer Credit Score Provider Name
Name: ConsumerCreditScoreProviderName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "consumerCreditScoreProviderName")]
public string ConsumerCreditScoreProviderName { get; set; }
Property Value
ConvictionsCount
Conviction Count
Name: ConvictionsCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "convictionsCount")]
public int? ConvictionsCount { get; set; }
Property Value
- int?
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
DeathDate
Death Date
Name: DeathDate
SF Type: date
Nillable: True
[JsonProperty(PropertyName = "deathDate")]
public DateTime? DeathDate { get; set; }
Property Value
FirstName
First Name
Name: FirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "firstName")]
public string FirstName { get; set; }
Property Value
HasOptedOutGeoTracking
Block Geolocation Tracking
Name: HasOptedOutGeoTracking
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasOptedOutGeoTracking")]
public bool? HasOptedOutGeoTracking { get; set; }
Property Value
- bool?
HasOptedOutProcessing
Don't Process
Name: HasOptedOutProcessing
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasOptedOutProcessing")]
public bool? HasOptedOutProcessing { get; set; }
Property Value
- bool?
HasOptedOutProfiling
Don't Profile
Name: HasOptedOutProfiling
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasOptedOutProfiling")]
public bool? HasOptedOutProfiling { get; set; }
Property Value
- bool?
HasOptedOutSolicit
Don't Market
Name: HasOptedOutSolicit
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasOptedOutSolicit")]
public bool? HasOptedOutSolicit { get; set; }
Property Value
- bool?
HasOptedOutTracking
Don't Track
Name: HasOptedOutTracking
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "hasOptedOutTracking")]
public bool? HasOptedOutTracking { get; set; }
Property Value
- bool?
Id
Individual ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IndividualsAge
Individual's Age
Name: IndividualsAge
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "individualsAge")]
public string IndividualsAge { get; set; }
Property Value
InfluencerRating
Influencer Rating
Name: InfluencerRating
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "influencerRating")]
public int? InfluencerRating { get; set; }
Property Value
- int?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsHomeOwner
Is Homeowner
Name: IsHomeOwner
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isHomeOwner")]
public bool? IsHomeOwner { 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
LastName
Last Name
Name: LastName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "lastName")]
public string LastName { 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: Individual
RelationshipName: MasterRecord
[JsonProperty(PropertyName = "masterRecord")]
[Updateable(false)]
[Createable(false)]
public SfIndividual 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
MilitaryService
Military Service
Name: MilitaryService
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "militaryService")]
public string MilitaryService { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
Occupation
Occupation
Name: Occupation
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "occupation")]
public string Occupation { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Salutation
Salutation
Name: Salutation
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "salutation")]
public string Salutation { get; set; }
Property Value
SendIndividualData
Export Individual's Data
Name: SendIndividualData
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "sendIndividualData")]
public bool? SendIndividualData { get; set; }
Property Value
- bool?
ShouldForget
Forget this Individual
Name: ShouldForget
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "shouldForget")]
public bool? ShouldForget { get; set; }
Property Value
- bool?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
Website
Website
Name: Website
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "website")]
public string Website { get; set; }