Class ProgressDataStore
Inheritance
ProgressDataStore
Assembly: cs.temp.dll.dll
Syntax
public static class ProgressDataStore
Methods
AsProgress(ITransitionHandle)
Declaration
public static IProgress<IProgressDataStore> AsProgress(this ITransitionHandle handle)
Parameters
Type |
Name |
Description |
ITransitionHandle |
handle |
|
Returns
Exceptions
ConvertFrom<TFrom, TTo>(IProgress<TTo>, Func<TFrom, TTo>)
Declaration
public static IProgress<TFrom> ConvertFrom<TFrom, TTo>(IProgress<TTo> targetProgress, Func<TFrom, TTo> selector)
Parameters
Type |
Name |
Description |
IProgress<TTo> |
targetProgress |
|
Func<TFrom, TTo> |
selector |
|
Returns
Type Parameters
Name |
Description |
TFrom |
|
TTo |
|
GetData<T>(IProgressDataStore)
Declaration
public static T GetData<T>(this IProgressDataStore store)
Parameters
Returns
Type Parameters
Exceptions
GetDataOrDefault<T>(IProgressDataStore)
Declaration
public static T GetDataOrDefault<T>(this IProgressDataStore store)
Parameters
Returns
Type Parameters
Exceptions
SetData<T>(IProgressDataStore, T)
Declaration
public static IProgressDataStore<T> SetData<T>(this IProgressDataStore store, T data)
Parameters
Returns
Type Parameters
Exceptions
TryGetData<T>(IProgressDataStore, out T)
Declaration
public static bool TryGetData<T>(this IProgressDataStore store, out T data)
Parameters
Returns
Type Parameters
Exceptions