Class PollOption
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class PollOption : Entity<Guid>, IEntity<Guid>, IEntity, IMultiTenant
Constructors
PollOption()
Declaration
Properties
Order
Declaration
public virtual int Order { get; protected set; }
Property Value
PollId
Declaration
public virtual Guid PollId { get; protected set; }
Property Value
TenantId
Declaration
public virtual Guid? TenantId { get; protected set; }
Property Value
Text
Declaration
public virtual string Text { get; protected set; }
Property Value
VoteCount
Declaration
public virtual int VoteCount { get; protected set; }
Property Value
Methods
Increase()
Declaration
public virtual void Increase()
SetOrder(int)
Declaration
public virtual void SetOrder(int order)
Parameters
Type |
Name |
Description |
int |
order |
|
SetText(string)
Declaration
public virtual void SetText(string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Implements
Extension Methods