Class ReleaseNotes
Inheritance
System.Object
ReleaseNotes
Assembly: CycloneDX.Core.dll
Syntax
public class ReleaseNotes : object
Properties
|
Improve this Doc
View Source
Aliases
Declaration
public List<string> Aliases { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FeaturedImage
Declaration
public string FeaturedImage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Notes
Declaration
public List<Note> Notes { get; set; }
Property Value
Type |
Description |
List<Note> |
|
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Resolves
Declaration
public List<Issue> Resolves { get; set; }
Property Value
Type |
Description |
List<Issue> |
|
|
Improve this Doc
View Source
SocialImage
Declaration
public string SocialImage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public List<string> Tags { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
|
Improve this Doc
View Source
Timestamp
Declaration
public DateTime? Timestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeTimestamp()
Declaration
public bool ShouldSerializeTimestamp()
Returns
Type |
Description |
System.Boolean |
|