Class SimpleStateCheckerContext<TState>
Inheritance
SimpleStateCheckerContext<TState>
Assembly: Volo.Abp.Core.dll
Syntax
public class SimpleStateCheckerContext<TState> where TState : IHasSimpleStateCheckers<TState>
Type Parameters
Constructors
SimpleStateCheckerContext(IServiceProvider, TState)
Declaration
public SimpleStateCheckerContext(IServiceProvider serviceProvider, TState state)
Parameters
Properties
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
State
Declaration
public TState State { get; }
Property Value
Extension Methods