Class Trigger.Condition
Inheritance
System.Object
Trigger.Condition
Assembly: CycloneDX.Core.dll
Syntax
public class Condition : object
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Expression
Declaration
public string Expression { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Properties
Declaration
public List<Property> Properties { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ShouldSerializeProperties()
Declaration
public bool ShouldSerializeProperties()
Returns
Type |
Description |
System.Boolean |
|