Show / Hide Table of Contents

Class Swid

Inheritance
object
Swid
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Swid

Properties

| Edit this page View Source

Name

Declaration
[ProtoMember(2)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Patch

Declaration
[ProtoMember(5)]
public bool Patch { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

TagId

Declaration
[ProtoMember(1)]
public string TagId { get; set; }
Property Value
Type Description
string
| Edit this page View Source

TagVersion

Declaration
[ProtoMember(4)]
public int TagVersion { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Text

Declaration
[ProtoMember(6)]
public AttachedText Text { get; set; }
Property Value
Type Description
AttachedText
| Edit this page View Source

Url

Declaration
[ProtoMember(7)]
public string Url { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Version

Declaration
[ProtoMember(3)]
public string Version { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX