/// <summary> /// Create a new IdeaPlatform object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="ideaId">Initial value of the IdeaId property.</param> /// <param name="platformId">Initial value of the PlatformId property.</param> public static IdeaPlatform CreateIdeaPlatform(global::System.Int32 id, global::System.Int32 ideaId, global::System.Int32 platformId) { IdeaPlatform ideaPlatform = new IdeaPlatform(); ideaPlatform.Id = id; ideaPlatform.IdeaId = ideaId; ideaPlatform.PlatformId = platformId; return ideaPlatform; }
/// <summary> /// Deprecated Method for adding a new object to the IdeaPlatforms EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToIdeaPlatforms(IdeaPlatform ideaPlatform) { base.AddObject("IdeaPlatforms", ideaPlatform); }