Class Licensing
Inheritance
System.Object
Licensing
Assembly: CycloneDX.Core.dll
Syntax
public class Licensing : object
Properties
|
Improve this Doc
View Source
AltIds
Declaration
public List<string> AltIds { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Expiration
Declaration
public DateTime? Expiration { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
LastRenewal
Declaration
public DateTime? LastRenewal { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Licensee
Declaration
public OrganizationalEntityOrContact Licensee { get; set; }
Property Value
|
Improve this Doc
View Source
LicenseTypes
Declaration
public List<Licensing.LicenseType> LicenseTypes { get; set; }
Property Value
|
Improve this Doc
View Source
Licensor
Declaration
public OrganizationalEntityOrContact Licensor { get; set; }
Property Value
|
Improve this Doc
View Source
PurchaseOrder
Declaration
public string PurchaseOrder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Purchaser
Declaration
public OrganizationalEntityOrContact Purchaser { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeExpiration()
Declaration
public bool ShouldSerializeExpiration()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeLastRenewal()
Declaration
public bool ShouldSerializeLastRenewal()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeLicenseTypes()
Declaration
public bool ShouldSerializeLicenseTypes()
Returns
Type |
Description |
System.Boolean |
|