The following tables list the members exposed by IProcessParameterStore.
Name | Description | |
---|---|---|
![]() | ContainsParameterPath | Determines whether a parameter path is in the repository. |
![]() | FindParameterInfo | Finds for process parameter data. |
![]() | FindParameterValue | Extracts the value of any type by generated key. The key is generated based on the value of the processUId Id and the value of the parameterPath parameter. |
![]() | GetParameterInfo | Returns the data of the process parameter. If no data is found, an exception is thrown. |
![]() | GetParameterInfoPathes | Returns the set of paths by which you can retrieve data of the process parameter. |
![]() | GetParametersMapInfo | Returns the process parameters association table. |
![]() | GetParameterValue | Extracts the value of any type by generated key. The key is generated based on the value of the processUId Id and the value of the parameterPath parameter. |
![]() | GetProcessParameterPathes | Returns the set of paths by which you can retrieve the values of the process parameters. |
![]() | RemoveParametersInfo | Deletes all parameter data of the specified process. |
![]() | RemoveParameterValues | Deletes all parameter values of the specified process. |
![]() | SaveParameterInfo | Saves the parameter data of the specified process. |
![]() | SaveParametersInfo | Saves data for the parameters of the specified process. |
![]() | SetParameterValue | Overloaded. |
![]() | TryGetParameterValue | Overloaded. |