/// <summary> /// Deprecated Method for adding a new object to the CollectionEventSeries EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCollectionEventSeries(CollectionEventSeries collectionEventSeries) { base.AddObject("CollectionEventSeries", collectionEventSeries); }
/// <summary> /// Create a new CollectionEventSeries object. /// </summary> /// <param name="seriesID">Initial value of the SeriesID property.</param> /// <param name="description">Initial value of the Description property.</param> /// <param name="rowGUID">Initial value of the RowGUID property.</param> public static CollectionEventSeries CreateCollectionEventSeries(global::System.Int32 seriesID, global::System.String description, global::System.Guid rowGUID) { CollectionEventSeries collectionEventSeries = new CollectionEventSeries(); collectionEventSeries.SeriesID = seriesID; collectionEventSeries.Description = description; collectionEventSeries.RowGUID = rowGUID; return collectionEventSeries; }