Show / Hide Table of Contents

Class ChoiceDto

Inheritance
object
ChoiceDto
Namespace: Volo.Forms.Choices
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class ChoiceDto : EntityDto<Guid>

Constructors

ChoiceDto()

Declaration
public ChoiceDto()

Properties

Index

Declaration
public int Index { get; set; }
Property Value
Type Description
int

IsCorrect

Declaration
public bool IsCorrect { get; set; }
Property Value
Type Description
bool

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft