Show / Hide Table of Contents

Class Assessor

Inheritance
System.Object
Assessor
Implements
IHasBomRef
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class Assessor : IEquatable<Assessor>, IHasBomRef

Properties

| Improve this Doc View Source

BomRef

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

Organization

Declaration
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity
| Improve this Doc View Source

ThirdParty

Declaration
public bool ThirdParty { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Equals(Assessor)

Declaration
public bool Equals(Assessor obj)
Parameters
Type Name Description
Assessor obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Implements

IHasBomRef
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX