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
CampaignId
Campaign ID
Name: CampaignId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "campaignId")]
[Updateable(false)]
[Createable(true)]
public string CampaignId { get; set; }
Property Value
City
City
Name: City
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "city")]
[Updateable(false)]
[Createable(false)]
public string City { get; set; }
Property Value
CompanyOrAccount
Company (Account)
Name: CompanyOrAccount
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "companyOrAccount")]
[Updateable(false)]
[Createable(false)]
public string CompanyOrAccount { get; set; }
Property Value
Contact
ReferenceTo: Contact
RelationshipName: Contact
[JsonProperty(PropertyName = "contact")]
[Updateable(false)]
[Createable(false)]
public SfContact Contact { get; set; }
Property Value
ContactId
Contact ID
Name: ContactId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "contactId")]
[Updateable(false)]
[Createable(true)]
public string ContactId { get; set; }
Property Value
Country
Country
Name: Country
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { 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
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }
Property Value
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?
Name: Email
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "email")]
[Updateable(false)]
[Createable(false)]
public string Email { get; set; }
Property Value
Fax
Fax
Name: Fax
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "fax")]
[Updateable(false)]
[Createable(false)]
public string Fax { get; set; }
Property Value
FirstName
First Name
Name: FirstName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "firstName")]
[Updateable(false)]
[Createable(false)]
public string FirstName { get; set; }
Property Value
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
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
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
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: True
[JsonProperty(PropertyName = "lastName")]
[Updateable(false)]
[Createable(false)]
public string LastName { get; set; }
Property Value
Lead
ReferenceTo: Lead
RelationshipName: Lead
[JsonProperty(PropertyName = "lead")]
[Updateable(false)]
[Createable(false)]
public SfLead Lead { get; set; }
Property Value
LeadId
Lead ID
Name: LeadId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "leadId")]
[Updateable(false)]
[Createable(true)]
public string LeadId { get; set; }
Property Value
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
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
LeadSource
Lead Source
Name: LeadSource
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "leadSource")]
[Updateable(false)]
[Createable(false)]
public string LeadSource { get; set; }
Property Value
MobilePhone
Mobile
Name: MobilePhone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "mobilePhone")]
[Updateable(false)]
[Createable(false)]
public string MobilePhone { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }
Property Value
Phone
Phone
Name: Phone
SF Type: phone
Nillable: True
[JsonProperty(PropertyName = "phone")]
[Updateable(false)]
[Createable(false)]
public string Phone { get; set; }
Property Value
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
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Salutation
Salutation
Name: Salutation
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "salutation")]
[Updateable(false)]
[Createable(false)]
public string Salutation { get; set; }
Property Value
State
State/Province
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
[Updateable(false)]
[Createable(false)]
public string State { get; set; }
Property Value
Status
Status
Name: Status
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Street
Street
Name: Street
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "street")]
[Updateable(false)]
[Createable(false)]
public string Street { 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
Title
Title
Name: Title
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "title")]
[Updateable(false)]
[Createable(false)]
public string Title { get; set; }
Property Value
Type
Type
Name: Type
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "type")]
[Updateable(false)]
[Createable(false)]
public string Type { get; set; }