Table of Contents

Class SfDatacloudAddress

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Data.com Address

SObject Name: DatacloudAddress

Custom Object: False

public class SfDatacloudAddress : SObject
Inheritance
SfDatacloudAddress
Inherited Members

Properties

AddressLine1

Address Line 1

Name: AddressLine1

SF Type: string

Nillable: True

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

Property Value

string

AddressLine2

Address Line 2

Name: AddressLine2

SF Type: string

Nillable: True

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

Country

Country/Territory

Name: Country

SF Type: string

Nillable: True

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

Property Value

string

ExternalId

Data.com Address ID

Name: ExternalId

SF Type: string

Nillable: True

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

Property Value

string

GeoAccuracyCode

GeoAccuracy Code

Name: GeoAccuracyCode

SF Type: string

Nillable: True

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

Property Value

string

GeoAccuracyNum

GeoAccuracy Num

Name: GeoAccuracyNum

SF Type: string

Nillable: True

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

Property Value

string

Id

Data.com System ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Latitude

Latitude

Name: Latitude

SF Type: string

Nillable: True

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

Property Value

string

Longitude

Longitude

Name: Longitude

SF Type: string

Nillable: True

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

Property Value

string

PostalCode

PostalCode

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

State

State

Name: State

SF Type: string

Nillable: True

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

Property Value

string