Beispiel #1
0
        /// <summary>
        /// Create a new EventFullLog object.
        /// </summary>
        /// <param name="idEventLog">Initial value of the idEventLog property.</param>
        /// <param name="eventDate">Initial value of the EventDate property.</param>
        public static EventFullLog CreateEventFullLog(global::System.Int32 idEventLog, global::System.DateTime eventDate)
        {
            EventFullLog eventFullLog = new EventFullLog();

            eventFullLog.idEventLog = idEventLog;
            eventFullLog.EventDate  = eventDate;
            return(eventFullLog);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EventFullLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEventFullLogs(EventFullLog eventFullLog)
 {
     base.AddObject("EventFullLogs", eventFullLog);
 }