Show / Hide Table of Contents

Class ResultModal.PollResultViewModel

Inheritance
object
ResultModal.PollResultViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.Polls
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class ResultModal.PollResultViewModel

Constructors

PollResultViewModel()

Declaration
public PollResultViewModel()

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
In this article
Back to top Powered by Volosoft