Show / Hide Table of Contents

Class GetResultDto

Inheritance
object
GetResultDto
Namespace: Volo.CmsKit.Public.Polls
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class GetResultDto : EntityDto

Constructors

GetResultDto()

Declaration
public GetResultDto()

Properties

PollResultDetails

Declaration
public List<PollResultDto> PollResultDetails { get; set; }
Property Value
Type Description
List<PollResultDto>

PollVoteCount

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

Question

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