Class Trigger
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Trigger
Properties
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Conditions
Declaration
[ProtoMember(9)]
public List<Trigger.Condition> Conditions { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Event
Declaration
[ProtoMember(8)]
public Event Event { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(11)]
public List<Input> Inputs { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Outputs
Declaration
[ProtoMember(12)]
public List<Output> Outputs { get; set; }
Property Value
|
Edit this page
View Source
Properties
Declaration
[ProtoMember(5)]
public List<Property> Properties { get; set; }
Property Value
|
Edit this page
View Source
ResourceReferences
Declaration
[ProtoMember(6)]
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
|
Edit this page
View Source
TimeActivated
Declaration
[ProtoMember(10)]
public DateTime? TimeActivated { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[ProtoMember(7)]
public Trigger.TriggerType Type { get; set; }
Property Value
|
Edit this page
View Source
Uid
Declaration
[ProtoMember(2)]
public string Uid { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeConditions()
Declaration
public bool ShouldSerializeConditions()
Returns
|
Edit this page
View Source
Declaration
public bool ShouldSerializeInputs()
Returns
|
Edit this page
View Source
ShouldSerializeOutputs()
Declaration
public bool ShouldSerializeOutputs()
Returns
|
Edit this page
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
|
Edit this page
View Source
ShouldSerializeResourceReferences()
Declaration
public bool ShouldSerializeResourceReferences()
Returns
|
Edit this page
View Source
ShouldSerializeTimeActivated()
Declaration
public bool ShouldSerializeTimeActivated()
Returns