ResourceFilterEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) mNo edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
|GlobalAndReference||6||Return global and reference resources only. | |GlobalAndReference||6||Return global and reference resources only. | ||
|} | |} | ||
==See Also== | |||
*[[Repository.Model.GetAllModels|Repository.Model.GetAllModels Method]] | |||
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]] | |||
*[[Repository.Action.GetAllActions|Repository.Action.GetAllActions Method]] | |||
*[[Repository.Action.GetAllActionsDictionary|Repository.Action.GetAllActionsDictionary Method ]] | |||
*[[Repository.Crew.GetAllCrews|Repository.Crew.GetAllCrews Method]] | |||
*[[Repository.Pool.GetAllPools|Repository.Pool.GetAllPools 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]] | |||
*[[Repository.Control.GetAllXfmeaControls|Repository.Control.GetAllXfmeaControls Method]] | |||
*[[Repository.Control.GetAllXfmeaControlsDictionary|Repository.Control.GetAllXfmeaControlsDictionary Method]] |
Revision as of 23:21, 12 January 2016
Member of: SynthesisAPI
Specifies the type of resources to filter.
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.Model.GetAllModels Method
- Repository.Model.GetAllModelsInfo Method
- Repository.Action.GetAllActions Method
- Repository.Action.GetAllActionsDictionary Method
- Repository.Crew.GetAllCrews Method
- Repository.Pool.GetAllPools Method
- Repository.Task.GetAllScheduledTasks Method
- Repository.Task.GetAllCorrectiveTasks Method
- Repository.URD.GetAllURDs Method
- Repository.Variable.GetAllVariables Method
- Repository.Control.GetAllXfmeaControls Method
- Repository.Control.GetAllXfmeaControlsDictionary Method