Example #1
0
 /// <summary>
 /// Called from the Element expression on the Coordinator to gather all
 /// the data for the record; we just turn around and call the expression
 /// we build on the RecordStateFactory.
 /// </summary>
 internal RecordState GatherData(Shaper shaper)
 {
     RecordStateFactory.GatherData(shaper);
     _pendingIsNull = false;
     return(this);
 }