Class PollWithUserVotes
Inherited Members
Namespace: Volo.CmsKit.Polls
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class PollWithUserVotes
Constructors
PollWithUserVotes()
Declaration
public PollWithUserVotes()
Properties
Poll
Declaration
public Poll Poll { get; set; }
Property Value
| Type | Description |
|---|---|
| Poll |
UserVotes
Declaration
public IEnumerable<PollUserVote> UserVotes { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<PollUserVote> |