Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DotNetConvertibleLocations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDotNetConvertibleLocations(DotNetConvertibleLocation dotNetConvertibleLocation)
 {
     base.AddObject("DotNetConvertibleLocations", dotNetConvertibleLocation);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new DotNetConvertibleLocation object.
 /// </summary>
 /// <param name="identifier">Initial value of the Identifier property.</param>
 public static DotNetConvertibleLocation CreateDotNetConvertibleLocation(global::System.Int32 identifier)
 {
     DotNetConvertibleLocation dotNetConvertibleLocation = new DotNetConvertibleLocation();
     dotNetConvertibleLocation.Identifier = identifier;
     return dotNetConvertibleLocation;
 }