Show / Hide Table of Contents

Class Citation

Inheritance
object
Citation
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 Citation

Properties

| Edit this page View Source

AttributedTo

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

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Expressions

Declaration
[JsonPropertyName("expressions")]
public List<string> Expressions { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

ExpressionsProto

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

Note

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

Pointers

Declaration
[JsonPropertyName("pointers")]
public List<string> Pointers { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

PointersProto

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

Process

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

Timestamp

Declaration
[ProtoMember(4)]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
DateTime?

Methods

| Edit this page View Source

ShouldSerializeExpressions()

Declaration
public bool ShouldSerializeExpressions()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializePointers()

Declaration
public bool ShouldSerializePointers()
Returns
Type Description
bool
| 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