Table of Contents

Class SfPackageLicense

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Package License

SObject Name: PackageLicense

Custom Object: False

public class SfPackageLicense : SObject
Inheritance
SfPackageLicense
Inherited Members

Properties

AllowedLicenses

Allowed Licenses

Name: AllowedLicenses

SF Type: int

Nillable: False

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

Property Value

int?

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?

ExpirationDate

Expiration Date

Name: ExpirationDate

SF Type: datetime

Nillable: True

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

Property Value

DateTimeOffset?

Id

Package License ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsAvailableForIntegrations

Enabled for Platform Integrations

Name: IsAvailableForIntegrations

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isAvailableForIntegrations")]
[Updateable(false)]
[Createable(false)]
public bool? IsAvailableForIntegrations { get; set; }

Property Value

bool?

IsProvisioned

Is Provisioned

Name: IsProvisioned

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isProvisioned")]
[Updateable(false)]
[Createable(false)]
public bool? IsProvisioned { get; set; }

Property Value

bool?

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?

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: False

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

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?