Show / Hide Table of Contents

Class OrganizationalEntity

Inheritance
System.Object
OrganizationalEntity
Implements
IHasBomRef
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class OrganizationalEntity : IEquatable<OrganizationalEntity>, IHasBomRef

Properties

| Improve this Doc View Source

Address

Declaration
public PostalAddress Address { get; set; }
Property Value
Type Description
PostalAddress
| Improve this Doc View Source

BomRef

Declaration
public string BomRef { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Contact

Declaration
public List<OrganizationalContact> Contact { get; set; }
Property Value
Type Description
List<OrganizationalContact>
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Url

Declaration
public List<string> Url { get; set; }
Property Value
Type Description
List<System.String>

Methods

| Improve this Doc View Source

Equals(OrganizationalEntity)

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

IHasBomRef
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX