Show / Hide Table of Contents

Class CreateAnswerDto

Inheritance
object
CreateAnswerDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Answers
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class CreateAnswerDto

Constructors

CreateAnswerDto()

Declaration
public CreateAnswerDto()

Properties

ChoiceId

Declaration
public Guid? ChoiceId { get; set; }
Property Value
Type Description
Guid?

QuestionId

Declaration
public Guid QuestionId { get; set; }
Property Value
Type Description
Guid

Value

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