Show / Hide Table of Contents

Class Command

Inheritance
System.Object
Command
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Command : object

Properties

| Improve this Doc View Source

Executed

Declaration
public string Executed { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Properties

Declaration
public List<Property> Properties { get; set; }
Property Value
Type Description
List<Property>

Methods

| Improve this Doc View Source

ShouldSerializeProperties()

Declaration
public bool ShouldSerializeProperties()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX