Show / Hide Table of Contents

Class PollWithDetailsDto

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

Constructors

PollWithDetailsDto()

Declaration
public PollWithDetailsDto()

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

PollOptions

Declaration
public List<PollOptionDto> PollOptions { get; set; }
Property Value
Type Description
List<PollOptionDto>

Question

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

ResultShowingEndDate

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

ShowHoursLeft

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

ShowResultWithoutGivingVote

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

ShowVoteCount

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

StartDate

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

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
Guid?

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