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 SourceIsLive
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 |
IsValid
True if the URL is a valid well formed URL
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWayBackLink
True if the License SeeAlso URL points to a Wayback archive
Declaration
public bool IsWayBackLink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
Order
The ordinal order of this element within a list
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Timestamp
Timestamp
Declaration
public string Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
URL Reference
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |