Table of Contents

Class SfCampaignMember

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Campaign Member

SObject Name: CampaignMember

Custom Object: False

public class SfCampaignMember : SObject
Inheritance
SfCampaignMember
Inherited Members

Properties

Campaign

ReferenceTo: Campaign

RelationshipName: Campaign

[JsonProperty(PropertyName = "campaign")]
[Updateable(false)]
[Createable(false)]
public SfCampaign Campaign { get; set; }

Property Value

SfCampaign

CampaignId

Campaign ID

Name: CampaignId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "campaignId")]
[Updateable(false)]
[Createable(true)]
public string CampaignId { get; set; }

Property Value

string

City

City

Name: City

SF Type: string

Nillable: True

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

Property Value

string

CompanyOrAccount

Company (Account)

Name: CompanyOrAccount

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "companyOrAccount")]
[Updateable(false)]
[Createable(false)]
public string CompanyOrAccount { 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

ContactId

Contact ID

Name: ContactId

SF Type: reference

Nillable: True

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

Property Value

string

Country

Country

Name: Country

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { 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")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

DoNotCall

Do Not Call

Name: DoNotCall

SF Type: boolean

Nillable: False

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

Property Value

bool?

Email

Email

Name: Email

SF Type: email

Nillable: True

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

Property Value

string

Fax

Fax

Name: Fax

SF Type: phone

Nillable: True

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

Property Value

string

FirstName

First Name

Name: FirstName

SF Type: string

Nillable: True

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

Property Value

string

FirstRespondedDate

First Responded Date

Name: FirstRespondedDate

SF Type: date

Nillable: True

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

Property Value

DateTime?

HasOptedOutOfEmail

Email Opt Out

Name: HasOptedOutOfEmail

SF Type: boolean

Nillable: False

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

Property Value

bool?

HasOptedOutOfFax

Fax Opt Out

Name: HasOptedOutOfFax

SF Type: boolean

Nillable: False

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

Property Value

bool?

HasResponded

Responded

Name: HasResponded

SF Type: boolean

Nillable: False

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

Property Value

bool?

Id

Campaign Member ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?

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?

LastName

Last Name

Name: LastName

SF Type: string

Nillable: True

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

Property Value

string

Lead

ReferenceTo: Lead

RelationshipName: Lead

[JsonProperty(PropertyName = "lead")]
[Updateable(false)]
[Createable(false)]
public SfLead Lead { get; set; }

Property Value

SfLead

LeadId

Lead ID

Name: LeadId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "leadId")]
[Updateable(false)]
[Createable(true)]
public string LeadId { get; set; }

Property Value

string

LeadOrContactId

Related Record ID

Name: LeadOrContactId

SF Type: reference

Nillable: True

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

Property Value

string

LeadOrContactOwnerId

Related Record Owner ID

Name: LeadOrContactOwnerId

SF Type: reference

Nillable: True

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

Property Value

string

LeadSource

Lead Source

Name: LeadSource

SF Type: picklist

Nillable: True

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

Property Value

string

MobilePhone

Mobile

Name: MobilePhone

SF Type: phone

Nillable: True

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

Property Value

string

Name

Name

Name: Name

SF Type: string

Nillable: True

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

Property Value

string

Phone

Phone

Name: Phone

SF Type: phone

Nillable: True

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

Property Value

string

PostalCode

Zip/Postal Code

Name: PostalCode

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Salutation

Salutation

Name: Salutation

SF Type: picklist

Nillable: True

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

Property Value

string

State

State/Province

Name: State

SF Type: string

Nillable: True

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

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: True

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

Property Value

string

Street

Street

Name: Street

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "street")]
[Updateable(false)]
[Createable(false)]
public string Street { 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?

Title

Title

Name: Title

SF Type: string

Nillable: True

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

Property Value

string

Type

Type

Name: Type

SF Type: string

Nillable: True

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

Property Value

string