Class GetResultDto
Implements
Inherited Members
Namespace: Volo.CmsKit.Public.Polls
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class GetResultDto : EntityDto, IEntityDto
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 |