Show / Hide Table of Contents

Class Assessor

Inheritance
object
Assessor
Implements
IEquatable<Assessor>
IHasBomRef
Inherited Members
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Assessor : IEquatable<Assessor>, IHasBomRef

Properties

| Edit this page View Source

BomRef

Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Organization

Declaration
[ProtoMember(3)]
public OrganizationalEntity Organization { get; set; }
Property Value
Type Description
OrganizationalEntity
| Edit this page View Source

ThirdParty

Declaration
[ProtoMember(2)]
public bool ThirdParty { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

Equals(Assessor)

Declaration
public bool Equals(Assessor obj)
Parameters
Type Name Description
Assessor obj
Returns
Type Description
bool
| Edit this page View Source

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
| Edit this page View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>
IHasBomRef
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX