Class SimpleBatchStateCheckerContext<TState>
Inheritance
SimpleBatchStateCheckerContext<TState>
Assembly: Volo.Abp.Core.dll
Syntax
public class SimpleBatchStateCheckerContext<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Constructors
SimpleBatchStateCheckerContext(IServiceProvider, TState[])
Declaration
public SimpleBatchStateCheckerContext(IServiceProvider serviceProvider, TState[] states)
Parameters
Properties
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
States
Declaration
public TState[] States { get; }
Property Value
Type |
Description |
TState[] |
|
Extension Methods