Represents an answer to a contest question. This is an abstract base class to MultipleAlternativeAnswer, SingleAlternativeAnswer and TextAnswer.

Namespace:  EPiServer.Community.Contest
Assembly:  EPiServer.Community.Contest (in EPiServer.Community.Contest.dll) Version: 4.1.517.358

Syntax

C#
[SerializableAttribute]
[EntityTypeOverrideAttribute(typeof(Answer))]
public abstract class Answer : FrameworkEntityBase

Inheritance Hierarchy

See Also