Esempio n. 1
0
 /// <summary>
 /// Create a new bvc_Audit object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="timeStampUtc">Initial value of the TimeStampUtc property.</param>
 /// <param name="sourceModule">Initial value of the SourceModule property.</param>
 /// <param name="shortName">Initial value of the ShortName property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="userIdText">Initial value of the UserIdText property.</param>
 /// <param name="severity">Initial value of the Severity property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_Audit Createbvc_Audit(global::System.Int64 id, global::System.DateTime timeStampUtc, global::System.Int32 sourceModule, global::System.String shortName, global::System.String description, global::System.String userId, global::System.String userIdText, global::System.Int32 severity, global::System.Int64 storeId)
 {
     bvc_Audit bvc_Audit = new bvc_Audit();
     bvc_Audit.Id = id;
     bvc_Audit.TimeStampUtc = timeStampUtc;
     bvc_Audit.SourceModule = sourceModule;
     bvc_Audit.ShortName = shortName;
     bvc_Audit.Description = description;
     bvc_Audit.UserId = userId;
     bvc_Audit.UserIdText = userIdText;
     bvc_Audit.Severity = severity;
     bvc_Audit.StoreId = storeId;
     return bvc_Audit;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Audit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Audit(bvc_Audit bvc_Audit)
 {
     base.AddObject("bvc_Audit", bvc_Audit);
 }