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