Class ReleaseNotes
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ReleaseNotes
Properties
|
Edit this page
View Source
Aliases
Declaration
[ProtoMember(7)]
public List<string> Aliases { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(5)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
FeaturedImage
Declaration
[ProtoMember(3)]
public string FeaturedImage { get; set; }
Property Value
|
Edit this page
View Source
Notes
Declaration
[ProtoMember(10)]
public List<Note> Notes { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(11)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Resolves
Declaration
[ProtoMember(9)]
public List<Issue> Resolves { get; set; }
Property Value
|
Edit this page
View Source
SocialImage
Declaration
[ProtoMember(4)]
public string SocialImage { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(8)]
public List<string> Tags { get; set; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[ProtoMember(6)]
public DateTime? Timestamp { get; set; }
Property Value
|
Edit this page
View Source
Title
Declaration
[ProtoMember(2)]
public string Title { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[ProtoMember(1)]
public string Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeTimestamp()
Declaration
public bool ShouldSerializeTimestamp()
Returns