Table of Contents

Class SfClientBrowser

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Client Browser

SObject Name: ClientBrowser

Custom Object: False

public class SfClientBrowser : SObject
Inheritance
SfClientBrowser
Inherited Members

Properties

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?

FullUserAgent

Full User Agent

Name: FullUserAgent

SF Type: string

Nillable: True

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

Property Value

string

Id

Client Browser ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

LastUpdate

Last Update

Name: LastUpdate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

ProxyInfo

Proxy Info

Name: ProxyInfo

SF Type: string

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Users

ReferenceTo: User

RelationshipName: Users

[JsonProperty(PropertyName = "users")]
[Updateable(false)]
[Createable(false)]
public SfUser Users { get; set; }

Property Value

SfUser

UsersId

User ID

Name: UsersId

SF Type: reference

Nillable: False

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

Property Value

string