Compartir a través de


IEntityConfigVisitor<TContext,TResult> Interface

Definition

public interface IEntityConfigVisitor<TContext,TResult>
type IEntityConfigVisitor<'Context, 'Result> = interface
Public Interface IEntityConfigVisitor(Of TContext, TResult)

Type Parameters

TContext
TResult

Methods

Visit<TModel,TParentModel>(NestedResourceConfig<TModel,TParentModel>, TContext)
Visit<TModel>(ResourceConfig<TModel>, TContext)

Applies to