/// <summary> /// Create a new qicalendar object. /// </summary> /// <param name="gDS">Initial value of the GDS property.</param> /// <param name="rLoc">Initial value of the RLoc property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> public static qicalendar Createqicalendar(global::System.String gDS, global::System.String rLoc, global::System.DateTime stamp) { qicalendar qicalendar = new qicalendar(); qicalendar.GDS = gDS; qicalendar.RLoc = rLoc; qicalendar.Stamp = stamp; return(qicalendar); }
/// <summary> /// Create a new qicalendar object. /// </summary> /// <param name="gDS">Initial value of the GDS property.</param> /// <param name="rLoc">Initial value of the RLoc property.</param> /// <param name="stamp">Initial value of the Stamp property.</param> public static qicalendar Createqicalendar(global::System.String gDS, global::System.String rLoc, global::System.DateTime stamp) { qicalendar qicalendar = new qicalendar(); qicalendar.GDS = gDS; qicalendar.RLoc = rLoc; qicalendar.Stamp = stamp; return qicalendar; }
/// <summary> /// Deprecated Method for adding a new object to the qicalendars EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToqicalendars(qicalendar qicalendar) { base.AddObject("qicalendars", qicalendar); }