Table of Contents

Class SfActiveProfileMetric

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Active Profile Metric

SObject Name: ActiveProfileMetric

Custom Object: False

public class SfActiveProfileMetric : SObject
Inheritance
SfActiveProfileMetric
Inherited Members

Properties

ActiveUserCount

Active User Count

Name: ActiveUserCount

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "activeUserCount")]
[Updateable(false)]
[Createable(false)]
public int? ActiveUserCount { get; set; }

Property Value

int?

AssignedUserCount

Assigned User Count

Name: AssignedUserCount

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "assignedUserCount")]
[Updateable(false)]
[Createable(false)]
public int? AssignedUserCount { get; set; }

Property Value

int?

Id

Active Profile Metric ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

MetricsDate

Metrics Date

Name: MetricsDate

SF Type: date

Nillable: False

[JsonProperty(PropertyName = "metricsDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? MetricsDate { get; set; }

Property Value

DateTime?

Profile

ReferenceTo: Profile

RelationshipName: Profile

[JsonProperty(PropertyName = "profile")]
[Updateable(false)]
[Createable(false)]
public SfProfile Profile { get; set; }

Property Value

SfProfile

ProfileId

Profile ID

Name: ProfileId

SF Type: reference

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

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?

UserLicense

ReferenceTo: UserLicense

RelationshipName: UserLicense

[JsonProperty(PropertyName = "userLicense")]
[Updateable(false)]
[Createable(false)]
public SfUserLicense UserLicense { get; set; }

Property Value

SfUserLicense

UserLicenseId

User License ID

Name: UserLicenseId

SF Type: reference

Nillable: False

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

Property Value

string