Class Licensing
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Licensing
Properties
|
Edit this page
View Source
AltIds
Declaration
[ProtoMember(1)]
public List<string> AltIds { get; set; }
Property Value
|
Edit this page
View Source
Expiration
Declaration
[ProtoMember(8)]
public DateTime? Expiration { get; set; }
Property Value
|
Edit this page
View Source
LastRenewal
Declaration
[ProtoMember(7)]
public DateTime? LastRenewal { get; set; }
Property Value
|
Edit this page
View Source
LicenseTypes
Declaration
[ProtoMember(6)]
public List<Licensing.LicenseType> LicenseTypes { get; set; }
Property Value
|
Edit this page
View Source
Licensee
Declaration
[ProtoMember(3)]
public OrganizationalEntityOrContact Licensee { get; set; }
Property Value
|
Edit this page
View Source
Licensor
Declaration
[ProtoMember(2)]
public OrganizationalEntityOrContact Licensor { get; set; }
Property Value
|
Edit this page
View Source
PurchaseOrder
Declaration
[ProtoMember(5)]
public string PurchaseOrder { get; set; }
Property Value
|
Edit this page
View Source
Purchaser
Declaration
[ProtoMember(4)]
public OrganizationalEntityOrContact Purchaser { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeExpiration()
Declaration
public bool ShouldSerializeExpiration()
Returns
|
Edit this page
View Source
ShouldSerializeLastRenewal()
Declaration
public bool ShouldSerializeLastRenewal()
Returns
|
Edit this page
View Source
ShouldSerializeLicenseTypes()
Declaration
public bool ShouldSerializeLicenseTypes()
Returns