Class Assessor
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
|
Edit this page
View Source
Organization
Declaration
[ProtoMember(3)]
public OrganizationalEntity Organization { get; set; }
Property Value
|
Edit this page
View Source
ThirdParty
Declaration
[ProtoMember(2)]
public bool ThirdParty { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(Assessor)
Declaration
public bool Equals(Assessor obj)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements