Class ChoiceDto
Inherited Members
Namespace: Volo.Forms.Choices
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class ChoiceDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto
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 |