Table of Contents

Class JobStatusScreens

Namespace
The.WPF.Screens.Components
Assembly
Instagile.WPF.dll
public static class JobStatusScreens
Inheritance
JobStatusScreens
Inherited Members

Methods

ConfigureDisplay_IJobRun<T>(DisplayOptions)

public static void ConfigureDisplay_IJobRun<T>(DisplayOptions options) where T : IJobRun

Parameters

options DisplayOptions

Type Parameters

T

ConfigureSearch_IJobRun(SearchOptions)

public static void ConfigureSearch_IJobRun(SearchOptions options)

Parameters

options SearchOptions

Create_IJobRun_ErrorDetail<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)

public static IField<string> Create_IJobRun_ErrorDetail<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>

Returns

IField<string>

Type Parameters

T

Create_IJobRun_FinishedOn<T>(ContentControllerBase<T>, ISurface, T, Func<IField<DateTimeOffset?>>)

public static IField<DateTimeOffset?> Create_IJobRun_FinishedOn<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<DateTimeOffset?>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<DateTimeOffset?>>

Returns

IField<DateTimeOffset?>

Type Parameters

T

Create_IJobRun_IsFailed<T>(ContentControllerBase<T>, ISurface, T, Func<IField<bool>>)

public static IField<bool> Create_IJobRun_IsFailed<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<bool>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<bool>>

Returns

IField<bool>

Type Parameters

T

Create_IJobRun_IsInProgress<T>(ContentControllerBase<T>, ISurface, T, Func<IField<bool>>)

public static IField<bool> Create_IJobRun_IsInProgress<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<bool>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<bool>>

Returns

IField<bool>

Type Parameters

T

Create_IJobRun_IsSuccessful<T>(ContentControllerBase<T>, ISurface, T, Func<IField<bool>>)

public static IField<bool> Create_IJobRun_IsSuccessful<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<bool>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<bool>>

Returns

IField<bool>

Type Parameters

T

Create_IJobRun_JobName<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)

public static IField<string> Create_IJobRun_JobName<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>

Returns

IField<string>

Type Parameters

T

Create_IJobRun_LatestCurrent<T>(ContentControllerBase<T>, ISurface, T, Func<IField<int?>>)

public static IField<int?> Create_IJobRun_LatestCurrent<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<int?>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<int?>>

Returns

IField<int?>

Type Parameters

T

Create_IJobRun_LatestElement<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string?>>)

public static IField<string?> Create_IJobRun_LatestElement<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string?>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>

Returns

IField<string>

Type Parameters

T

Create_IJobRun_LatestMax<T>(ContentControllerBase<T>, ISurface, T, Func<IField<int?>>)

public static IField<int?> Create_IJobRun_LatestMax<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<int?>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<int?>>

Returns

IField<int?>

Type Parameters

T

Create_IJobRun_LatestStep<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string?>>)

public static IField<string?> Create_IJobRun_LatestStep<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string?>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>

Returns

IField<string>

Type Parameters

T

Create_IJobRun_Log<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)

public static IField<string> Create_IJobRun_Log<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>

Returns

IField<string>

Type Parameters

T

Create_IJobRun_StartedBy<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string?>>)

public static IField<string?> Create_IJobRun_StartedBy<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string?>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>

Returns

IField<string>

Type Parameters

T

Create_IJobRun_StartedOn<T>(ContentControllerBase<T>, ISurface, T, Func<IField<DateTimeOffset>>)

public static IField<DateTimeOffset> Create_IJobRun_StartedOn<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<DateTimeOffset>> @base) where T : IJobRun

Parameters

controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<DateTimeOffset>>

Returns

IField<DateTimeOffset>

Type Parameters

T

GridRow_IJobRun_Create_ErrorDetail<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)

public static IField<string> GridRow_IJobRun_Create_ErrorDetail<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>

Returns

IField<string>

Type Parameters

T

GridRow_IJobRun_Create_FinishedOn<T>(GridRowBase<T>, ISurface, T, Func<T, IField<DateTimeOffset?>>)

public static IField<DateTimeOffset?> GridRow_IJobRun_Create_FinishedOn<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<DateTimeOffset?>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<DateTimeOffset?>>

Returns

IField<DateTimeOffset?>

Type Parameters

T

GridRow_IJobRun_Create_IsFailed<T>(GridRowBase<T>, ISurface, T, Func<T, IField<bool>>)

public static IField<bool> GridRow_IJobRun_Create_IsFailed<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<bool>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<bool>>

Returns

IField<bool>

Type Parameters

T

GridRow_IJobRun_Create_IsInProgress<T>(GridRowBase<T>, ISurface, T, Func<T, IField<bool>>)

public static IField<bool> GridRow_IJobRun_Create_IsInProgress<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<bool>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<bool>>

Returns

IField<bool>

Type Parameters

T

GridRow_IJobRun_Create_IsSuccessful<T>(GridRowBase<T>, ISurface, T, Func<T, IField<bool>>)

public static IField<bool> GridRow_IJobRun_Create_IsSuccessful<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<bool>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<bool>>

Returns

IField<bool>

Type Parameters

T

GridRow_IJobRun_Create_JobName<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)

public static IField<string> GridRow_IJobRun_Create_JobName<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>

Returns

IField<string>

Type Parameters

T

GridRow_IJobRun_Create_LatestCurrent<T>(GridRowBase<T>, ISurface, T, Func<T, IField<int?>>)

public static IField<int?> GridRow_IJobRun_Create_LatestCurrent<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<int?>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<int?>>

Returns

IField<int?>

Type Parameters

T

GridRow_IJobRun_Create_LatestElement<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string?>>)

public static IField<string?> GridRow_IJobRun_Create_LatestElement<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string?>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>

Returns

IField<string>

Type Parameters

T

GridRow_IJobRun_Create_LatestMax<T>(GridRowBase<T>, ISurface, T, Func<T, IField<int?>>)

public static IField<int?> GridRow_IJobRun_Create_LatestMax<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<int?>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<int?>>

Returns

IField<int?>

Type Parameters

T

GridRow_IJobRun_Create_LatestStep<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string?>>)

public static IField<string?> GridRow_IJobRun_Create_LatestStep<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string?>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>

Returns

IField<string>

Type Parameters

T

GridRow_IJobRun_Create_Log<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)

public static IField<string> GridRow_IJobRun_Create_Log<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>

Returns

IField<string>

Type Parameters

T

GridRow_IJobRun_Create_StartedBy<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string?>>)

public static IField<string?> GridRow_IJobRun_Create_StartedBy<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string?>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>

Returns

IField<string>

Type Parameters

T

GridRow_IJobRun_Create_StartedOn<T>(GridRowBase<T>, ISurface, T, Func<T, IField<DateTimeOffset>>)

public static IField<DateTimeOffset> GridRow_IJobRun_Create_StartedOn<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<DateTimeOffset>> @base) where T : IJobRun

Parameters

gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<DateTimeOffset>>

Returns

IField<DateTimeOffset>

Type Parameters

T