Interface IQuestion
The system entity for questions
Inherited Members
Namespace: LemonEdge.API.Entities.Questionaire
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.Question, "dbo.LT_Questions", "Question", IsStandingDataEntity = true)]
[DefaultEntityIcon(ImageType.Question)]
public interface IQuestion : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, IQuestionBase
Properties
QuestionTypeID
Links to IQuestionType. The parent type this question belongs to
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityRelationship(EntityID.QuestionType, "ID", SingleJoinType.One, "Question Type", "Questions", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = true, InheritPermissions = true)]
[RequiredNoDefaultIDValidation]
[EntityKeyProperty]
Guid QuestionTypeID { get; set; }
Property Value
Type | Description |
---|---|
Guid |