Beispiel #1
0
        /// <summary>
        /// Create a new CalendarList object.
        /// </summary>
        /// <param name="calendarId">Initial value of the CalendarId property.</param>
        public static CalendarList CreateCalendarList(global::System.Int32 calendarId)
        {
            CalendarList calendarList = new CalendarList();

            calendarList.CalendarId = calendarId;
            return(calendarList);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CalendarLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCalendarLists(CalendarList calendarList)
 {
     base.AddObject("CalendarLists", calendarList);
 }