/// <summary> /// Deprecated Method for adding a new object to the PlatformArchitectures EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPlatformArchitectures(PlatformArchitecture platformArchitecture) { base.AddObject("PlatformArchitectures", platformArchitecture); }
/// <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; }