Show / Hide Table of Contents

Class CrossRef

Inheritance
object
CrossRef
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class CrossRef

Properties

| Edit this page 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
bool
| Edit this page View Source

IsValid

True if the URL is a valid well formed URL

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

IsWayBackLink

True if the License SeeAlso URL points to a Wayback archive

Declaration
public bool IsWayBackLink { get; set; }
Property Value
Type Description
bool
| Edit this page 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
string
| Edit this page View Source

Order

The ordinal order of this element within a list

Declaration
public int Order { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Timestamp

Timestamp

Declaration
public string Timestamp { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Url

URL Reference

Declaration
public string Url { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX