Survey Answer DTO


{
    "DtoTypeName": "SurveyAnswerDtoV1",
    "DtoTypeVersion": "1",
    "GenericProperties": [],
    "GenericPropertyValues": [],
    "LookupValues": [],
    "MessageList": [],
    "RowState": 0,
    "Id": 1,
    "QuestionId": 1,
    "ValueInt": null,
    "ValueText: null,
    "ValueDateTime": null,
    "ValueBool": null,
    "ValueDecimal": null,
    "SurveySelectionValueId": null,
    "Comment": null,
	"NotAnswered": false
 }
AttributBeschreibungDatentyp
DtoTypeNameImmer SurveyResponseDtoV1String
DtoTypeVersionVersion des DTOsInteger
GenericPropertiesGenericProperties→ GenericProperties DTO
GenericPropertyValuesGenericPropertyValues→ GenericPropertyValues DTO
LookupValuesLookupValues→ LookupValues DTO
MessageListMessageList→ MessageList DTO
RowState

Wird gesetzt um den Service anzuweisen, wie mit dem Objekt umgegangen werden soll:

0 = Keine Aktion
1 = Einfügen
2 = Aktualisieren
3 = Löschen 

Integer
IdPrimärschlüssel der UmfrageantwortInteger
QuestionIdID der Questionint
ValueIntWert für GanzzahlwerteInteger
ValueTextWert für TextwerteString
ValueDateTimeWert für DateTimeDateTime
ValueBoolWert für BooleanBoolean
ValueDecimalWert für DezimalwerteDecimal
SurveySelectionValueIdID der Survey Selection ValuesInteger
CommentKommentarString
NotAnswered
Boolean