Class OrganizationalEntity
Inheritance
System.Object
OrganizationalEntity
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
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public List<OrganizationalContact> Contact { get; set; }
Property Value
|
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
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