Class DataGovernance
Inheritance
DataGovernance
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
|
Edit this page
View Source
Owners
Declaration
[ProtoMember(3)]
public List<OrganizationalEntityOrContact> Owners { get; set; }
Property Value
|
Edit this page
View Source
Stewards
Declaration
[ProtoMember(2)]
public List<OrganizationalEntityOrContact> Stewards { get; set; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeCustodians()
Declaration
public bool ShouldSerializeCustodians()
Returns
|
Edit this page
View Source
ShouldSerializeOwners()
Declaration
public bool ShouldSerializeOwners()
Returns
|
Edit this page
View Source
ShouldSerializeStewards()
Declaration
public bool ShouldSerializeStewards()
Returns