/// <summary> /// Create a new bvc_EventLog object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="eventTime">Initial value of the EventTime property.</param> /// <param name="source">Initial value of the Source property.</param> /// <param name="message">Initial value of the Message property.</param> /// <param name="severity">Initial value of the Severity property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_EventLog Createbvc_EventLog(global::System.String bvin, global::System.DateTime eventTime, global::System.String source, global::System.String message, global::System.Int32 severity, global::System.DateTime lastUpdated) { bvc_EventLog bvc_EventLog = new bvc_EventLog(); bvc_EventLog.bvin = bvin; bvc_EventLog.EventTime = eventTime; bvc_EventLog.Source = source; bvc_EventLog.Message = message; bvc_EventLog.Severity = severity; bvc_EventLog.LastUpdated = lastUpdated; return bvc_EventLog; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_EventLog EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_EventLog(bvc_EventLog bvc_EventLog) { base.AddObject("bvc_EventLog", bvc_EventLog); }