Exemple #1
0
 public void VisitGivenSimpleProperty(IVisitedGivenSimpleProperty givenSimpleProperty)
 {
     if (currentClasses.Any())
     {
         currentClasses.Peek().AddSimpleProperty(givenSimpleProperty);
     }
 }
Exemple #2
0
 public void VisitGivenSimpleProperty(IVisitedGivenSimpleProperty givenSimpleProperty) =>
 recordedTableProperties.Add(givenSimpleProperty.ToString());
Exemple #3
0
 public void AddSimpleProperty(IVisitedGivenSimpleProperty givenSimpleProperty) =>
 visitedGivenSimpleProperties.Add(givenSimpleProperty);
Exemple #4
0
 public void VisitGivenSimpleProperty(IVisitedGivenSimpleProperty givenSimpleProperty) =>
 recordedSimpleProperties.Add(givenSimpleProperty);
Exemple #5
0
 public void VisitGivenSimpleProperty(IVisitedGivenSimpleProperty givenSimpleProperty)
 {
     // ignore to keep test simple, just focus on the complex visits
 }