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
Country
Country
Name: Country
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "country")]
[Updateable(false)]
[Createable(false)]
public string Country { get; set; }
Property Value
CountryIso
Country Code
Name: CountryIso
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "countryIso")]
[Updateable(false)]
[Createable(false)]
public string CountryIso { 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
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
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
Latitude
Latitude
Name: Latitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "latitude")]
[Updateable(false)]
[Createable(false)]
public double? Latitude { get; set; }
Property Value
LoginTime
Login Time
Name: LoginTime
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "loginTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LoginTime { get; set; }
Property Value
Longitude
Longitude
Name: Longitude
SF Type: double
Nillable: True
[JsonProperty(PropertyName = "longitude")]
[Updateable(false)]
[Createable(false)]
public double? Longitude { get; set; }
Property Value
PostalCode
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
Subdivision
Subdivision
Name: Subdivision
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "subdivision")]
[Updateable(false)]
[Createable(false)]
public string Subdivision { 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; }