Show / Hide Table of Contents

Class CrossRef

Inheritance
System.Object
CrossRef
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class CrossRef : object

Properties

| Improve this Doc View Source

IsLive

Indicate a URL is still a live accessible location on the public internet

Declaration
public bool IsLive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsValid

True if the URL is a valid well formed URL

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWayBackLink

True if the License SeeAlso URL points to a Wayback archive

Declaration
public bool IsWayBackLink { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Match

Status of a License List SeeAlso URL reference if it refers to a website that matches the license text.

Declaration
public string Match { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Order

The ordinal order of this element within a list

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Timestamp

Timestamp

Declaration
public string Timestamp { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Url

URL Reference

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX