Table of Contents

Class SfUserLicense

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

User License

SObject Name: UserLicense

Custom Object: False

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

Id

User License ID

Name: Id

SF Type: id

Nillable: False

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

LicenseDefinitionKey

License Def. ID

Name: LicenseDefinitionKey

SF Type: string

Nillable: False

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

Property Value

string

MasterLabel

Master Label

Name: MasterLabel

SF Type: string

Nillable: False

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

Property Value

string

Name

Name

Name: Name

SF Type: string

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

Status

Status

Name: Status

SF Type: picklist

Nillable: False

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

TotalLicenses

Total Licenses

Name: TotalLicenses

SF Type: int

Nillable: False

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

Property Value

int?

UsedLicenses

Used Licenses

Name: UsedLicenses

SF Type: int

Nillable: False

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

Property Value

int?

UsedLicensesLastUpdated

Used Licenses Last Updated

Name: UsedLicensesLastUpdated

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?