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.

QuestionProperty class

From Catglobe Wiki
Revision as of 07:46, 2 July 2020 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>QuestionProperty</nowiki> |Description=<nowiki>The question property.</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QuestionProperty



The question property.

Parent class

Inherits from object

Methods

  • (From object) string ToString() - The string representation of the object.

Properties

  • int GridNumber { get; } - Get GridNumber of the question property
  • bool HasText { get; } - Get HasText of the question property
  • int Id { get; } - Get id of the question property
  • bool IsSpecialText { get; } - Get IsSpecialText of the question property
  • string Name { get; } - Get Name of the question property
  • string ObjectTypeName { get; } - The name of the type of object.
  • int QuestionID { get; } - Get QuestionID of the question property
  • Dictionary QuestionPropertyLanguages { get; } - Get QuestionPropertyLanguages of the question property. Only valid when HasText is true
  • LocalizedString QuestionPropertyLanguagesLocalized { get; } - Same as QuestionPropertyLanguages, just different container
  • int QuestionPropertyType { get; } - Get QuestionPropertyType of the question property
  • string QuestionPropertyTypeAsString { get; } - Get QuestionPropertyType as string of the question property
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.
  • string TypeValue { get; } - Get TypeValue of the question property
  • string Value { get; } - Get Value of the question property. Only valid when HasText is false