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