Class AnswerCreator
Inheritance
AnswerCreator
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class AnswerCreator : BaseEntity, IAnswerCreator, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, ICloneableAsync<IAnswerCreator>
Constructors
AnswerCreator()
Declaration
Properties
EntityTypeID
[Key] The type of entity the answers for this question type should automatically be created on a new entity
Declaration
[RequiredNoDefaultIDValidation]
public Guid EntityTypeID { get; set; }
Property Value
QuestionTypeID
Links to IQuestionType. The parent type this answer creator belongs to
Declaration
[RequiredNoDefaultIDValidation]
public Guid QuestionTypeID { get; set; }
Property Value
QuestionTypeID_Label
Declaration
public string QuestionTypeID_Label { get; set; }
Property Value
QuestionTypeID_Label_Silent
Declaration
[NotMapped]
public string QuestionTypeID_Label_Silent { get; set; }
Property Value
Methods
CopyFromEntity(IBaseEntity)
Declaration
protected override void CopyFromEntity(IBaseEntity src)
Parameters
Overrides
CopyFromSource(IAnswerCreator)
Updates all properties in this item to have the same properties as the source object.
Declaration
public void CopyFromSource(IAnswerCreator source)
Parameters
Type |
Name |
Description |
IAnswerCreator |
source |
The source object to copy all values from.
|
Implements
Extension Methods