SurveyEvent
Inherits from MetricEvent
Summary
Constructors
SurveyEvent() |
SurveyEvent(guid: Guid) |
SurveyEvent(other: MetricEvent) |
SurveyEvent(other: DataContainer) |
Properties
Name | Type |
---|---|
surveyName | string |
answerQuestion1 | int |
answerQuestion2 | int |
answerQuestion3 | int |
answerQuestion4 | int |
answerQuestion5 | int |
freeTextField | string |
surveyMetricLink | Guid |
Static members
Name | Type |
---|---|
SurveyEvent.typeInfo | TypeInformation |
Constructors
SurveyEvent
SurveyEvent()
Creates a new SurveyEvent frostbite instance.
SurveyEvent
SurveyEvent(guid: Guid)
Creates a new SurveyEvent frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SurveyEvent
SurveyEvent(other: MetricEvent)
Casts an instance of type MetricEvent to SurveyEvent. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MetricEvent | The instance to cast to SurveyEvent. |
SurveyEvent
SurveyEvent(other: DataContainer)
Casts an instance of type DataContainer to SurveyEvent. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SurveyEvent. |
Properties
surveyName
string
answerQuestion1
int
answerQuestion2
int
answerQuestion3
int
answerQuestion4
int
answerQuestion5
int
freeTextField
string
surveyMetricLink
Static members
typeInfo
The type information for the SurveyEvent type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)