/// <summary>
 /// Create a new AuthorizeNetLog object.
 /// </summary>
 /// <param name="rowGuid">Initial value of the RowGuid property.</param>
 /// <param name="createdUtc">Initial value of the CreatedUtc property.</param>
 /// <param name="siteGuid">Initial value of the SiteGuid property.</param>
 /// <param name="userGuid">Initial value of the UserGuid property.</param>
 /// <param name="storeGuid">Initial value of the StoreGuid property.</param>
 /// <param name="cartGuid">Initial value of the CartGuid property.</param>
 public static AuthorizeNetLog CreateAuthorizeNetLog(global::System.Guid rowGuid, global::System.DateTime createdUtc, global::System.Guid siteGuid, global::System.Guid userGuid, global::System.Guid storeGuid, global::System.Guid cartGuid)
 {
     AuthorizeNetLog authorizeNetLog = new AuthorizeNetLog();
     authorizeNetLog.RowGuid = rowGuid;
     authorizeNetLog.CreatedUtc = createdUtc;
     authorizeNetLog.SiteGuid = siteGuid;
     authorizeNetLog.UserGuid = userGuid;
     authorizeNetLog.StoreGuid = storeGuid;
     authorizeNetLog.CartGuid = cartGuid;
     return authorizeNetLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AuthorizeNetLogs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuthorizeNetLogs(AuthorizeNetLog authorizeNetLog)
 {
     base.AddObject("AuthorizeNetLogs", authorizeNetLog);
 }