Class OrganizationalEntity
Inheritance
OrganizationalEntity
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class OrganizationalEntity : IEquatable<OrganizationalEntity>, IHasBomRef
Properties
|
Edit this page
View Source
Address
Declaration
[ProtoMember(5)]
public PostalAddress Address { get; set; }
Property Value
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(4)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(3)]
public List<OrganizationalContact> Contact { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Url
Declaration
[ProtoMember(2)]
public List<string> Url { get; set; }
Property Value
Methods
|
Edit this page
View Source
Equals(OrganizationalEntity)
Declaration
public bool Equals(OrganizationalEntity 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