Table of Contents

Class IParametersStorageExtensions

Namespace
Acuit.Pinpoint.Workflows.Parameters
Assembly
Acuit.Pinpoint.Workflows.dll
public static class IParametersStorageExtensions
Inheritance
IParametersStorageExtensions
Inherited Members

Methods

GetValue<T>(IParametersStorage, string)

public static T GetValue<T>(this IParametersStorage parametersStorage, string name)

Parameters

parametersStorage IParametersStorage
name string

Returns

T

Type Parameters

T