Show / Hide Table of Contents

Class DataGovernance

Inheritance
object
DataGovernance
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class DataGovernance

Properties

| Edit this page View Source

Custodians

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

Owners

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

Stewards

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

Methods

| Edit this page View Source

ShouldSerializeCustodians()

Declaration
public bool ShouldSerializeCustodians()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeOwners()

Declaration
public bool ShouldSerializeOwners()
Returns
Type Description
bool
| Edit this page View Source

ShouldSerializeStewards()

Declaration
public bool ShouldSerializeStewards()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX