Compartir a través de


IState Interface

Definition

public interface IState
type IState = interface
Public Interface IState

Methods

Contains(IResourceConfig)
Get<TModel>(ResourceConfig<TModel>)

Extension Methods

GetLocation(IState, IResourceConfig)
Contains<TModel,TParentModel>(IState, NestedResourceConfig<TModel,TParentModel>)
ContainsDispatch(IState, IEntityConfig)
Get<TModel,TParentModel>(IState, NestedResourceConfig<TModel,TParentModel>)
GetDispatch<TModel>(IState, IEntityConfig<TModel>)
IsCurrentPresentAndCompatible<TModel,TParentModel>(IState, NestedResourceConfig<TModel,TParentModel>)
IsCurrentPresentAndCompatibleDispatch(IState, IEntityConfig)

Applies to