Interface IVisitContainerAdapter<TContainer, TValue>
Implement this interface to intercept container visitation for a specific and pair.
Syntax
public interface IVisitContainerAdapter<TContainer, TValue>
Type Parameters
Name |
Description |
TContainer |
|
TValue |
|
Methods
BeginContainer<TProperty>(IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
Declaration
VisitStatus BeginContainer<TProperty>(IPropertyVisitor visitor, TProperty property, ref TContainer container, ref TValue value, ref ChangeTracker changeTracker)
where TProperty : IProperty<TContainer, TValue>
Parameters
Returns
Type Parameters
Name |
Description |
TProperty |
|
EndContainer<TProperty>(IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
Declaration
void EndContainer<TProperty>(IPropertyVisitor visitor, TProperty property, ref TContainer container, ref TValue value, ref ChangeTracker changeTracker)
where TProperty : IProperty<TContainer, TValue>
Parameters
Type Parameters
Name |
Description |
TProperty |
|