Class CrossRef
Inherited Members
Namespace: CycloneDX.Spdx.Models.v2_2
Assembly: CycloneDX.Spdx.dll
Syntax
public class CrossRef
Properties
| Edit this page View SourceIsLive
Indicate a URL is still a live accessible location on the public internet
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsValid
True if the URL is a valid well formed URL
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsWayBackLink
True if the License SeeAlso URL points to a Wayback archive
Declaration
public bool IsWayBackLink { get; set; }
Property Value
Type | Description |
---|---|
bool |
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 |
Order
The ordinal order of this element within a list
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
int |
Timestamp
Timestamp
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
URL Reference
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |