/// <summary>
 /// Create a new viewWebAgendaSession object.
 /// </summary>
 /// <param name="offeringID">Initial value of the offeringID property.</param>
 /// <param name="sessionID">Initial value of the sessionID property.</param>
 /// <param name="eventTypeID">Initial value of the eventTypeID property.</param>
 /// <param name="conferenceID">Initial value of the conferenceID property.</param>
 public static viewWebAgendaSession CreateviewWebAgendaSession(global::System.Int16 offeringID, global::System.Int32 sessionID, global::System.Int32 eventTypeID, global::System.Int16 conferenceID)
 {
     viewWebAgendaSession viewWebAgendaSession = new viewWebAgendaSession();
     viewWebAgendaSession.offeringID = offeringID;
     viewWebAgendaSession.sessionID = sessionID;
     viewWebAgendaSession.eventTypeID = eventTypeID;
     viewWebAgendaSession.conferenceID = conferenceID;
     return viewWebAgendaSession;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the viewWebAgendaSessions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToviewWebAgendaSessions(viewWebAgendaSession viewWebAgendaSession)
 {
     base.AddObject("viewWebAgendaSessions", viewWebAgendaSession);
 }