Class Event
Inheritance
System.Object
Event
Assembly: CycloneDX.Core.dll
Syntax
public class Event : object
Properties
|
Improve this Doc
View Source
Data
Declaration
public AttachedText Data { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
public ResourceReferenceChoice Source { get; set; }
Property Value
|
Improve this Doc
View Source
Target
Declaration
public ResourceReferenceChoice Target { get; set; }
Property Value
|
Improve this Doc
View Source
TimeReceived
Declaration
public DateTime? TimeReceived { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Uid
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeTimeReceived()
Declaration
public bool ShouldSerializeTimeReceived()
Returns
Type |
Description |
System.Boolean |
|