Table of Contents

Class SfActiveFeatureLicenseMetric

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Active Feature License Metric

SObject Name: ActiveFeatureLicenseMetric

Custom Object: False

public class SfActiveFeatureLicenseMetric : SObject
Inheritance
SfActiveFeatureLicenseMetric
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?

FeatureType

Primary Grain

Name: FeatureType

SF Type: picklist

Nillable: False

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

Property Value

string

Id

Active Feature License 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?

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?

TotalLicenseCount

Total License Count

Name: TotalLicenseCount

SF Type: int

Nillable: True

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

Property Value

int?