Class Citation
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
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Expressions
Declaration
[JsonPropertyName("expressions")]
public List<string> Expressions { get; set; }
Property Value
|
Edit this page
View Source
ExpressionsProto
Declaration
[JsonIgnore]
[ProtoMember(3)]
public CitationExpressions ExpressionsProto { get; set; }
Property Value
|
Edit this page
View Source
Note
Declaration
[ProtoMember(7)]
public string Note { get; set; }
Property Value
|
Edit this page
View Source
Pointers
Declaration
[JsonPropertyName("pointers")]
public List<string> Pointers { get; set; }
Property Value
|
Edit this page
View Source
PointersProto
Declaration
[JsonIgnore]
[ProtoMember(2)]
public CitationPointers PointersProto { get; set; }
Property Value
|
Edit this page
View Source
Process
Declaration
[ProtoMember(6)]
public string Process { get; set; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[ProtoMember(4)]
public DateTime? Timestamp { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeExpressions()
Declaration
public bool ShouldSerializeExpressions()
Returns
|
Edit this page
View Source
ShouldSerializePointers()
Declaration
public bool ShouldSerializePointers()
Returns
|
Edit this page
View Source
ShouldSerializeTimestamp()
Declaration
public bool ShouldSerializeTimestamp()
Returns