Show / Hide Table of Contents

Class QuestionResponsesDto

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

Constructors

QuestionResponsesDto()

Declaration
public QuestionResponsesDto()

Properties

Answer

Declaration
public string Answer { get; set; }
Property Value
Type Description
string

Question

Declaration
public string Question { get; set; }
Property Value
Type Description
string

Timestamp

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