Class PollWithDetailsDto
Inheritance
PollWithDetailsDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class PollWithDetailsDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IHasCreationTime
Constructors
PollWithDetailsDto()
Declaration
public PollWithDetailsDto()
Properties
AllowMultipleVote
Declaration
public bool AllowMultipleVote { get; set; }
Property Value
Code
Declaration
public string Code { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PollOptions
Declaration
public List<PollOptionDto> PollOptions { get; set; }
Property Value
Question
Declaration
public string Question { get; set; }
Property Value
ResultShowingEndDate
Declaration
public DateTime? ResultShowingEndDate { get; set; }
Property Value
ShowHoursLeft
Declaration
public bool ShowHoursLeft { get; set; }
Property Value
ShowResultWithoutGivingVote
Declaration
public bool ShowResultWithoutGivingVote { get; set; }
Property Value
ShowVoteCount
Declaration
public bool ShowVoteCount { get; set; }
Property Value
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
VoteCount
Declaration
public int VoteCount { get; set; }
Property Value
Declaration
public string Widget { get; set; }
Property Value
Implements
Extension Methods