Interface IVisitContainerAdapter<TValue>
Syntax
public interface IVisitContainerAdapter<TValue>
Type Parameters
Methods
BeginContainer<TProperty, TContainer>(IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
Declaration
VisitStatus BeginContainer<TProperty, TContainer>(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 |
|
TContainer |
|
EndContainer<TProperty, TContainer>(IPropertyVisitor, TProperty, ref TContainer, ref TValue, ref ChangeTracker)
Declaration
void EndContainer<TProperty, TContainer>(IPropertyVisitor visitor, TProperty property, ref TContainer container, ref TValue value, ref ChangeTracker changeTracker)
where TProperty : IProperty<TContainer, TValue>
Parameters
Type Parameters
Name |
Description |
TProperty |
|
TContainer |
|