Esempio n. 1
0
 /// <summary>
 /// Create a new Stage object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Stage CreateStage(global::System.Guid id, global::System.String name)
 {
     Stage stage = new Stage();
     stage.Id = id;
     stage.Name = name;
     return stage;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Stages EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStages(Stage stage)
 {
     base.AddObject("Stages", stage);
 }