Exemplo n.º 1
0
 /// <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>
 /// <param name="storeId">Initial value of the StoreId 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, global::System.Int64 storeId)
 {
     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;
     bvc_EventLog.StoreId = storeId;
     return bvc_EventLog;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_EventLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_EventLog(bvc_EventLog bvc_EventLog)
 {
     base.AddObject("bvc_EventLog", bvc_EventLog);
 }