Class IdentifiableAction
Inheritance
System.Object
IdentifiableAction
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 |
|