Show / Hide Table of Contents

Class PollResultDto

Inheritance
object
PollResultDto
Namespace: Volo.CmsKit.Admin.Polls
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class PollResultDto : EntityDto

Constructors

PollResultDto()

Declaration
public PollResultDto()

Properties

Text

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

VoteCount

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