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
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
City
City
Name: City
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "city")]
[Updateable(false)]
[Createable(false)]
public string City { get; set; }
Property Value
Country
Country/Territory
Name: Country
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { get; set; }
Property Value
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
GeoAccuracyCode
GeoAccuracy Code
Name: GeoAccuracyCode
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "geoAccuracyCode")]
[Updateable(false)]
[Createable(false)]
public string GeoAccuracyCode { get; set; }
Property Value
GeoAccuracyNum
GeoAccuracy Num
Name: GeoAccuracyNum
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "geoAccuracyNum")]
[Updateable(false)]
[Createable(false)]
public string GeoAccuracyNum { get; set; }
Property Value
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
Latitude
Latitude
Name: Latitude
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "latitude")]
[Updateable(false)]
[Createable(false)]
public string Latitude { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "longitude")]
[Updateable(false)]
[Createable(false)]
public string Longitude { get; set; }
Property Value
PostalCode
PostalCode
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
State
State
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
[Updateable(false)]
[Createable(false)]
public string State { get; set; }