Show / Hide Table of Contents

Class PollDto

Inheritance
object
PollDto
Implements
IHasCreationTime
Namespace: Volo.CmsKit.Admin.Polls
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class PollDto : ExtensibleEntityDto<Guid>, IHasCreationTime

Constructors

PollDto()

Declaration
public PollDto()

Properties

AllowMultipleVote

Declaration
public bool AllowMultipleVote { get; set; }
Property Value
Type Description
bool

Code

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

CreationTime

Declaration
public DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

EndDate

Declaration
public DateTime? EndDate { get; set; }
Property Value
Type Description
DateTime?

Name

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

Question

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

StartDate

Declaration
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime

VoteCount

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

Widget

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

Implements

Volo.Abp.Auditing.IHasCreationTime
In this article
Back to top Powered by Volosoft