Table of Contents

Class GetPaginatedLicensesResponseLicense

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetPaginatedLicensesResponseLicense
Inheritance
GetPaginatedLicensesResponseLicense
Inherited Members

Constructors

GetPaginatedLicensesResponseLicense(LicenseSqlModel)

public GetPaginatedLicensesResponseLicense(LicenseSqlModel license)

Parameters

license LicenseSqlModel

Properties

CreatedOn

public DateTime CreatedOn { get; set; }

Property Value

DateTime

Edition

public LicenseEdition Edition { get; set; }

Property Value

LicenseEdition

ExpiryDate

public DateTime? ExpiryDate { get; set; }

Property Value

DateTime?

Features

public string[] Features { get; set; }

Property Value

string[]

Holder

public string Holder { get; set; }

Property Value

string

Id

public int Id { get; set; }

Property Value

int

IsExpired

public bool IsExpired { get; set; }

Property Value

bool

IsRevoked

public bool IsRevoked { get; set; }

Property Value

bool

Key

public string Key { get; set; }

Property Value

string

ReferenceId

public string ReferenceId { get; set; }

Property Value

string

RevokedOn

public DateTime? RevokedOn { get; set; }

Property Value

DateTime?

UpdatedOn

public DateTime? UpdatedOn { get; set; }

Property Value

DateTime?