コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PlatformArchitectures EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlatformArchitectures(PlatformArchitecture platformArchitecture)
 {
     base.AddObject("PlatformArchitectures", platformArchitecture);
 }
コード例 #2
0
 /// <summary>
 /// Create a new PlatformArchitecture object.
 /// </summary>
 /// <param name="platformArchitectureID">Initial value of the PlatformArchitectureID property.</param>
 public static PlatformArchitecture CreatePlatformArchitecture(global::System.String platformArchitectureID)
 {
     PlatformArchitecture platformArchitecture = new PlatformArchitecture();
     platformArchitecture.PlatformArchitectureID = platformArchitectureID;
     return platformArchitecture;
 }