Show / Hide Table of Contents

Class Trigger

Inheritance
object
Trigger
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
string
| Edit this page View Source

Conditions

Declaration
[ProtoMember(9)]
public List<Trigger.Condition> Conditions { get; set; }
Property Value
Type Description
List<Trigger.Condition>
| Edit this page View Source

Description

Declaration
[ProtoMember(4)]
public string Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Event

Declaration
[ProtoMember(8)]
public Event Event { get; set; }
Property Value
Type Description
Event
| Edit this page View Source

Inputs

Declaration
[ProtoMember(11)]
public List<Input> Inputs { get; set; }
Property Value
Type Description
List<Input>
| Edit this page View Source

Name

Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Outputs

Declaration
[ProtoMember(12)]
public List<Output> Outputs { get; set; }
Property Value
Type Description
List<Output>
| Edit this page View Source

Properties

Declaration
[ProtoMember(5)]
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>
| Edit this page View Source

ResourceReferences

Declaration
[ProtoMember(6)]
public ResourceReferenceChoices ResourceReferences { get; set; }
Property Value
Type Description
ResourceReferenceChoices
| Edit this page View Source

TimeActivated

Declaration
[ProtoMember(10)]
public DateTime? TimeActivated { get; set; }
Property Value
Type Description
Nullable
| Edit this page View Source

Type

Declaration
[ProtoMember(7)]
public Trigger.TriggerType Type { get; set; }
Property Value
Type Description
Trigger.TriggerType
| Edit this page View Source

Uid

Declaration
[ProtoMember(2)]
public string Uid { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeConditions()

Declaration
public bool ShouldSerializeConditions()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeInputs()

Declaration
public bool ShouldSerializeInputs()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeOutputs()

Declaration
public bool ShouldSerializeOutputs()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeResourceReferences()

Declaration
public bool ShouldSerializeResourceReferences()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeTimeActivated()

Declaration
public bool ShouldSerializeTimeActivated()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX