Show / Hide Table of Contents

Class Licensing

Inheritance
object
Licensing
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
List<string>
| Edit this page View Source

Expiration

Declaration
[ProtoMember(8)]
public DateTime? Expiration { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

LastRenewal

Declaration
[ProtoMember(7)]
public DateTime? LastRenewal { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

LicenseTypes

Declaration
[ProtoMember(6)]
public List<Licensing.LicenseType> LicenseTypes { get; set; }
Property Value
Type Description
List<Licensing.LicenseType>
| Edit this page View Source

Licensee

Declaration
[ProtoMember(3)]
public OrganizationalEntityOrContact Licensee { get; set; }
Property Value
Type Description
OrganizationalEntityOrContact
| Edit this page View Source

Licensor

Declaration
[ProtoMember(2)]
public OrganizationalEntityOrContact Licensor { get; set; }
Property Value
Type Description
OrganizationalEntityOrContact
| Edit this page View Source

PurchaseOrder

Declaration
[ProtoMember(5)]
public string PurchaseOrder { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Purchaser

Declaration
[ProtoMember(4)]
public OrganizationalEntityOrContact Purchaser { get; set; }
Property Value
Type Description
OrganizationalEntityOrContact

Methods

| Edit this page View Source

ShouldSerializeExpiration()

Declaration
public bool ShouldSerializeExpiration()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeLastRenewal()

Declaration
public bool ShouldSerializeLastRenewal()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeLicenseTypes()

Declaration
public bool ShouldSerializeLicenseTypes()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX