Table of Contents

Class SfLoginGeo

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Login Geo Data

SObject Name: LoginGeo

Custom Object: False

public class SfLoginGeo : SObject
Inheritance
SfLoginGeo
Inherited Members

Properties

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

Name: Country

SF Type: string

Nillable: True

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

Property Value

string

CountryIso

Country Code

Name: CountryIso

SF Type: string

Nillable: True

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

Id

Login Geo Data 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?

Latitude

Latitude

Name: Latitude

SF Type: double

Nillable: True

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

Property Value

double?

LoginTime

Login Time

Name: LoginTime

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "loginTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LoginTime { get; set; }

Property Value

DateTimeOffset?

Longitude

Longitude

Name: Longitude

SF Type: double

Nillable: True

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

Property Value

double?

PostalCode

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

Subdivision

Subdivision

Name: Subdivision

SF Type: string

Nillable: True

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