/// <summary> /// Deprecated Method for adding a new object to the Auth_TimelineInfoView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAuth_TimelineInfoView(Auth_TimelineInfoView auth_TimelineInfoView) { base.AddObject("Auth_TimelineInfoView", auth_TimelineInfoView); }
/// <summary> /// Create a new Auth_TimelineInfoView object. /// </summary> /// <param name="timelineID">Initial value of the TimelineID property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="threshold">Initial value of the Threshold property.</param> /// <param name="regime">Initial value of the Regime property.</param> /// <param name="fromTimeUnit">Initial value of the FromTimeUnit property.</param> /// <param name="toTimeUnit">Initial value of the ToTimeUnit property.</param> /// <param name="timelineUniqueID">Initial value of the TimelineUniqueID property.</param> public static Auth_TimelineInfoView CreateAuth_TimelineInfoView(global::System.Guid timelineID, global::System.String title, global::System.String threshold, global::System.String regime, global::System.String fromTimeUnit, global::System.String toTimeUnit, global::System.Int32 timelineUniqueID) { Auth_TimelineInfoView auth_TimelineInfoView = new Auth_TimelineInfoView(); auth_TimelineInfoView.TimelineID = timelineID; auth_TimelineInfoView.Title = title; auth_TimelineInfoView.Threshold = threshold; auth_TimelineInfoView.Regime = regime; auth_TimelineInfoView.FromTimeUnit = fromTimeUnit; auth_TimelineInfoView.ToTimeUnit = toTimeUnit; auth_TimelineInfoView.TimelineUniqueID = timelineUniqueID; return auth_TimelineInfoView; }