ActionTypeEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumbClass}} Specifies the whether the action record is generic or detailed. == Members == {| {{APITableEnum}} |- | style="width: 150px;"|N…') |
Kate Racaza (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Specifies | <onlyinclude>Specifies whether the action record is generic or detailed.</onlyinclude> | ||
== Members == | == Members == | ||
Line 11: | Line 11: | ||
|Generic||1||A generic action record. | |Generic||1||A generic action record. | ||
|- | |- | ||
|Detailed||2||A detailed action record | |Detailed||2||A detailed action record. Enables the use of additional properties for describing test plans. | ||
|} | |} | ||
==See Also== | |||
*[[CAction Class|cAction Class]] |
Latest revision as of 21:33, 13 November 2015
Member of: SynthesisAPI
Specifies whether the action record is generic or detailed.
Members
Name | Value | Description |
---|---|---|
None | 0 | |
Generic | 1 | A generic action record. |
Detailed | 2 | A detailed action record. Enables the use of additional properties for describing test plans. |