Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the planetSchematics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToplanetSchematics(planetSchematics planetSchematics)
 {
     base.AddObject("planetSchematics", planetSchematics);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new planetSchematics object.
 /// </summary>
 /// <param name="schematicID">Initial value of the schematicID property.</param>
 public static planetSchematics CreateplanetSchematics(global::System.Int16 schematicID)
 {
     planetSchematics planetSchematics = new planetSchematics();
     planetSchematics.schematicID = schematicID;
     return planetSchematics;
 }