Show / Hide Table of Contents

Class IdentifiableAction

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

Properties

| Improve this Doc View Source

Email

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

Name

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

Timestamp

Declaration
public DateTime? Timestamp { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Methods

| Improve this Doc View Source

ShouldSerializeTimestamp()

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