Class Trigger
Inheritance
System.Object
Trigger
Assembly: CycloneDX.Core.dll
Syntax
public class Trigger : object
Properties
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Conditions
Declaration
public List<Trigger.Condition> Conditions { 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
Event
Declaration
public Event Event { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<Input> Inputs { get; set; }
Property Value
Type |
Description |
List<Input> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Outputs
Declaration
public List<Output> Outputs { get; set; }
Property Value
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceReferences
Declaration
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
|
Improve this Doc
View Source
TimeActivated
Declaration
public DateTime? TimeActivated { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Type
Declaration
public Trigger.TriggerType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Uid
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeConditions()
Declaration
public bool ShouldSerializeConditions()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShouldSerializeInputs()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeOutputs()
Declaration
public bool ShouldSerializeOutputs()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeResourceReferences()
Declaration
public bool ShouldSerializeResourceReferences()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializeTimeActivated()
Declaration
public bool ShouldSerializeTimeActivated()
Returns
Type |
Description |
System.Boolean |
|