Example #1
0
 public void Visit(BeginMapMany beginMapMany)
 {
     // TODO -- verify parent Model type matches top of stack?
     _modelStack.Push(new ModelInformation {
         ModelType = beginMapMany.ChildModelType, ParentProperty = beginMapMany.MappedProperty
     });
 }
 public void Visit(BeginMapMany beginMapMany)
 {
 }