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

OutcomeSet class

From Catglobe Wiki
Revision as of 08:54, 29 January 2019 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>OutcomeSet</nowiki> |Description=<nowiki>Outcome set for cati questionnaires.</nowiki> |Constructors= {{CGscriptConstructors_Template|Pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OutcomeSet



Outcome set for cati questionnaires.

Constructors

  • (string name "Name of global outcome set") - Load existing global outcome set
  • (int primaryKey "Key of outcome set") - Load existing outcome set

Methods

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

Properties

  • bool Active { get; } - Get if currently active
  • string Description { get; } - Get description of outcome set
  • int Id { get; } - Get id of outcome set
  • bool IsGlobal { get; } - Get if global available set, or local to a questionnaire
  • array Items { get; } - Get/set items
  • string Name { get; } - Get name of outcome set
  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.