/// <summary> /// Deprecated Method for adding a new object to the MovieSeries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMovieSeries(MovieSery movieSery) { base.AddObject("MovieSeries", movieSery); }
/// <summary> /// Create a new MovieSery object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="isDeleted">Initial value of the IsDeleted property.</param> /// <param name="modifiedBy">Initial value of the ModifiedBy property.</param> /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param> /// <param name="timeStamp">Initial value of the TimeStamp property.</param> public static MovieSery CreateMovieSery(global::System.Int32 id, global::System.String name, global::System.Boolean isDeleted, global::System.String modifiedBy, global::System.DateTime modifiedDate, global::System.Byte[] timeStamp) { MovieSery movieSery = new MovieSery(); movieSery.Id = id; movieSery.Name = name; movieSery.IsDeleted = isDeleted; movieSery.ModifiedBy = modifiedBy; movieSery.ModifiedDate = modifiedDate; movieSery.TimeStamp = timeStamp; return movieSery; }