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