Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

QuestionCondition class

From Catglobe Wiki
Revision as of 07: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.