Table of Contents

Class ConsentOption

Inheritance
ConsentOption
Inherited Members
Namespace
TabularEditor.Shared.Contracts.AI
Assembly
TabularEditor3.Shared.dll

Represents an option in a consent request.

public class ConsentOption
Extension Methods

Constructors

ConsentOption()

public ConsentOption()

Properties

IsPrimary

Whether this is the primary/recommended option.

public bool IsPrimary { get; set; }

Property Value

Type Description
bool

Label

The display label for the option.

public string Label { get; set; }

Property Value

Type Description
string

Value

The value returned when this option is selected.

public string Value { get; set; }

Property Value

Type Description
string