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