Show / Hide Table of Contents

Class DataGovernance

Inheritance
System.Object
DataGovernance
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class DataGovernance : object

Properties

| Improve this Doc View Source

Custodians

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

Owners

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

Stewards

Declaration
public List<OrganizationalEntityOrContact> Stewards { get; set; }
Property Value
Type Description
List<OrganizationalEntityOrContact>

Methods

| Improve this Doc View Source

ShouldSerializeCustodians()

Declaration
public bool ShouldSerializeCustodians()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeOwners()

Declaration
public bool ShouldSerializeOwners()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeStewards()

Declaration
public bool ShouldSerializeStewards()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX