Interface IChoosable
Assembly: Volo.Forms.Domain.dll
public interface IChoosable
Methods
Declaration
void AddChoice(Guid id, int index, string value, bool isCorrect = false, Guid? tenantId = null)
Parameters
Declaration
void AddChoices(List<(Guid id, string value, bool isCorrect)> choices, Guid? tenantId = null)
Parameters
Declaration
Declaration
ICollection<Choice> GetChoices()
Returns
Declaration
void MoveChoice(Guid id, int newIndex)
Parameters
Type |
Name |
Description |
Guid |
id |
|
int |
newIndex |
|
Extension Methods