Show / Hide Table of Contents

Class ReleaseNotes

Inheritance
object
ReleaseNotes
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
List<string>
| Edit this page View Source

Description

Declaration
[ProtoMember(5)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

FeaturedImage

Declaration
[ProtoMember(3)]
public string FeaturedImage { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Notes

Declaration
[ProtoMember(10)]
public List<Note> Notes { get; set; }
Property Value
Type Description
List<Note>
| Edit this page View Source

Properties

Declaration
[ProtoMember(11)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

Resolves

Declaration
[ProtoMember(9)]
public List<Issue> Resolves { get; set; }
Property Value
Type Description
List<Issue>
| Edit this page View Source

SocialImage

Declaration
[ProtoMember(4)]
public string SocialImage { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Tags

Declaration
[ProtoMember(8)]
public List<string> Tags { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

Timestamp

Declaration
[ProtoMember(6)]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Title

Declaration
[ProtoMember(2)]
public string Title { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Type

Declaration
[ProtoMember(1)]
public string Type { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeTimestamp()

Declaration
public bool ShouldSerializeTimestamp()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX