IEntityConfigVisitor<TModel,TContext,TResult> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IEntityConfigVisitor<TModel,TContext,TResult> where TModel : class
type IEntityConfigVisitor<'Model, 'Context, 'Result (requires 'Model : null)> = interface
Public Interface IEntityConfigVisitor(Of TModel, TContext, TResult)
Type Parameters
- TModel
- TContext
- TResult
Methods
Visit(ResourceConfig<TModel>, TContext) | |
Visit<TParentModel>(NestedResourceConfig<TModel,TParentModel>, TContext) |