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