Show / Hide Table of Contents

Class OrganizationalEntity

Inheritance
object
OrganizationalEntity
Implements
IEquatable<OrganizationalEntity>
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 OrganizationalEntity : IEquatable<OrganizationalEntity>, IHasBomRef

Properties

| Edit this page View Source

Address

Declaration
[ProtoMember(5)]
public PostalAddress Address { get; set; }
Property Value
Type Description
PostalAddress
| Edit this page View Source

BomRef

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

Contact

Declaration
[ProtoMember(3)]
public List<OrganizationalContact> Contact { get; set; }
Property Value
Type Description
List<OrganizationalContact>
| Edit this page View Source

Name

Declaration
[ProtoMember(1)]
public string Name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Url

Declaration
[ProtoMember(2)]
public List<string> Url { get; set; }
Property Value
Type Description
List<string>

Methods

| Edit this page View Source

Equals(OrganizationalEntity)

Declaration
public bool Equals(OrganizationalEntity obj)
Parameters
Type Name Description
OrganizationalEntity 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