QuestionCondition class
Revision as of 08:47, 2 July 2020 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>QuestionCondition</nowiki> |Description=<nowiki>The question condition.</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Templat...")
QuestionCondition
The question condition.
Parent class
Inherits from object
Methods
- (From object) string ToString() - The string representation of the object.
Properties
- int ConditionType { get; } - Get ConditionType of the question condition
- string ConditionTypeAsString { get; } - Get ConditionType as string of the question condition
- string Expression { get; } - Get Expression of the question condition
- int Id { get; } - Get Id of the question condition
- string Label { get; } - Get Label of the question condition
- string ObjectTypeName { get; } - The name of the type of object.
- int QuestionID { get; } - Get QuestionID of the question condition
- string Range { get; } - Get Range of the question condition
- Dictionary Replacements { get; } - Get Replacements of the question condition. Only valid for ReplaceIf
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.