Class DataGovernance
Inheritance
System.Object
DataGovernance
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
|
Improve this Doc
View Source
Owners
Declaration
public List<OrganizationalEntityOrContact> Owners { get; set; }
Property Value
|
Improve this Doc
View Source
Stewards
Declaration
public List<OrganizationalEntityOrContact> Stewards { get; set; }
Property Value
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 |
|