예제 #1
0
 /// <summary>
 /// Registers the Generator Updaters. These are classes, used to customize the Application Model's zero layer after it has been generated.
 /// </summary>
 /// <param name="updaters">A ModelNodesGeneratorUpdaters object providing access to the list of Generator Updaters.</param>
 /// <autogeneratedoc />
 public override void AddGeneratorUpdaters(ModelNodesGeneratorUpdaters updaters)
 {
     base.AddGeneratorUpdaters(updaters);
     updaters.UseTokenObjectsPropertyEditors();
 }