Class AnswerDto
Assembly: Volo.Forms.Application.Contracts.dll
public class AnswerDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto
Constructors
Declaration
Properties
Declaration
public DateTime AnswerDate { get; set; }
Property Value
Declaration
public Guid? ChoiceId { get; set; }
Property Value
Declaration
public Guid FormResponseId { get; set; }
Property Value
Declaration
public Guid QuestionId { get; set; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Implements
Extension Methods