Skip to main content

Class Purpose

Represents a GVL Purpose.

Declaration
public class Purpose

Properties

Id

Gets or sets the ID of the purpose.

Declaration
public int Id { get; set; }

Name

Gets or sets the name of the purpose.

Declaration
public string Name { get; set; }

Description

Gets or sets the description of the purpose.

Declaration
public string Description { get; set; }

DescriptionLegal

Gets or sets the legal description of the purpose.

Declaration
public string DescriptionLegal { get; set; }

Consentable

Gets or sets a value indicating whether CMPs should afford users the means to provide an opt-in consent choice.

Declaration
public bool Consentable { get; set; }

RightToObject

Gets or sets a value indicating whether CMPs should afford users the means to exercise a right to object.

Declaration
public bool RightToObject { get; set; }