ResourceFilterEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumbClass}} <onlyinclude>Specifies the type of model resources to filter.</onlyinclude> == Members == {| {{APITableEnum}} |- |style="width…') |
Kate Racaza (talk | contribs) No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
<onlyinclude>Specifies | <onlyinclude>Specifies whether to return local, global or reference Synthesis resources (e.g., models, actions, etc.).</onlyinclude> | ||
== Members == | == Members == | ||
{| {{APITableEnum}} | {| {{APITableEnum}} | ||
|- | |- | ||
|style="width: 180px;"|LocalOnly||style="width: 70px;"|0||Return local | |style="width: 180px;"|LocalOnly||style="width: 70px;"|0||Return local resources only. | ||
|- | |- | ||
|GlobalOnly||1||Return global | |GlobalOnly||1||Return global resources only. | ||
|- | |- | ||
|LocalAndGlobal||2||Return local and global | |LocalAndGlobal||2||Return local and global resources only. | ||
|- | |- | ||
|LocalAndGlobalAndReference||3||Return local, global and reference | |LocalAndGlobalAndReference||3||Return local, global and reference resources. | ||
|- | |- | ||
|ReferenceOnly||4||Return reference | |ReferenceOnly||4||Return reference resources only. | ||
|- | |- | ||
|LocalAndReference||5||Return local and reference | |LocalAndReference||5||Return local and reference resources only. | ||
|- | |- | ||
|GlobalAndReference||6||Return global and reference | |GlobalAndReference||6||Return global and reference resources only. | ||
|} | |} | ||
==See Also== | |||
*[[Repository.Action.GetAllActions|Repository.Action.GetAllActions Method]] | |||
*[[Repository.Control.GetAllXfmeaControls|Repository.Control.GetAllXfmeaControls Method]] | |||
*[[Repository.Model.GetAllModels|Repository.Model.GetAllModels Method]] | |||
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]] | |||
*[[Repository.Crew.GetAllCrews|Repository.Crew.GetAllCrews Method]] | |||
*[[Repository.Pool.GetAllPools|Repository.Pool.GetAllPools Method]] | |||
*[[Repository.Profile.GetAllProfiles|Repository.Pool.GetAllProfiles Method]] | |||
*[[Repository.Task.GetAllScheduledTasks|Repository.Task.GetAllScheduledTasks Method]] | |||
*[[Repository.Task.GetAllCorrectiveTasks|Repository.Task.GetAllCorrectiveTasks Method]] | |||
*[[Repository.URD.GetAllURDs|Repository.URD.GetAllURDs Method]] | |||
*[[Repository.Variable.GetAllVariables|Repository.Variable.GetAllVariables Method]] |
Latest revision as of 15:28, 23 March 2017
Member of: SynthesisAPI
Specifies whether to return local, global or reference Synthesis resources (e.g., models, actions, etc.).
Members
Name | Value | Description |
---|---|---|
LocalOnly | 0 | Return local resources only. |
GlobalOnly | 1 | Return global resources only. |
LocalAndGlobal | 2 | Return local and global resources only. |
LocalAndGlobalAndReference | 3 | Return local, global and reference resources. |
ReferenceOnly | 4 | Return reference resources only. |
LocalAndReference | 5 | Return local and reference resources only. |
GlobalAndReference | 6 | Return global and reference resources only. |
See Also
- Repository.Action.GetAllActions Method
- Repository.Control.GetAllXfmeaControls Method
- Repository.Model.GetAllModels Method
- Repository.Model.GetAllModelsInfo Method
- Repository.Crew.GetAllCrews Method
- Repository.Pool.GetAllPools Method
- Repository.Pool.GetAllProfiles Method
- Repository.Task.GetAllScheduledTasks Method
- Repository.Task.GetAllCorrectiveTasks Method
- Repository.URD.GetAllURDs Method
- Repository.Variable.GetAllVariables Method