Class PublisherTc
Represents the <i>Publisher TC</i> segment of a TC String.
Declaration
public class PublisherTc
Properties
PurposeConsents
Gets or sets a collection of Purposes established on the legal basis of consent.
Declaration
public PurposeCollection PurposeConsents { get; set; }
PurposeLegitimateInterests
Gets or sets a collection of Purposes established on the legal basis of legitimate interest.
Declaration
public PurposeCollection PurposeLegitimateInterests { get; set; }
CustomPurposeConsents
Gets or sets a collection of Custom Purposes established on the legal basis of consent.
Declaration
public PurposeCollection CustomPurposeConsents { get; set; }
CustomPurposeLegitimateInterests
Gets or sets a collection of Custom Purposes established on the legal basis of legitimate interest.
Declaration
public PurposeCollection CustomPurposeLegitimateInterests { get; set; }