Class Event
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Event
Properties
|
Edit this page
View Source
Data
Declaration
[ProtoMember(4)]
public AttachedText Data { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(2)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(7)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
Source
Declaration
[ProtoMember(5)]
public ResourceReferenceChoice Source { get; set; }
Property Value
|
Edit this page
View Source
Target
Declaration
[ProtoMember(6)]
public ResourceReferenceChoice Target { get; set; }
Property Value
|
Edit this page
View Source
TimeReceived
Declaration
[ProtoMember(3)]
public DateTime? TimeReceived { get; set; }
Property Value
|
Edit this page
View Source
Uid
Declaration
[ProtoMember(1)]
public string Uid { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
ShouldSerializeTimeReceived()
Declaration
public bool ShouldSerializeTimeReceived()
Returns