/// <summary>
 /// Create a new ContentWorkflowAuditHistory object.
 /// </summary>
 /// <param name="guid">Initial value of the Guid property.</param>
 /// <param name="contentWorkflowGuid">Initial value of the ContentWorkflowGuid property.</param>
 /// <param name="moduleGuid">Initial value of the ModuleGuid property.</param>
 /// <param name="userGuid">Initial value of the UserGuid property.</param>
 /// <param name="createdDateUtc">Initial value of the CreatedDateUtc property.</param>
 public static ContentWorkflowAuditHistory CreateContentWorkflowAuditHistory(global::System.Guid guid, global::System.Guid contentWorkflowGuid, global::System.Guid moduleGuid, global::System.Guid userGuid, global::System.DateTime createdDateUtc)
 {
     ContentWorkflowAuditHistory contentWorkflowAuditHistory = new ContentWorkflowAuditHistory();
     contentWorkflowAuditHistory.Guid = guid;
     contentWorkflowAuditHistory.ContentWorkflowGuid = contentWorkflowGuid;
     contentWorkflowAuditHistory.ModuleGuid = moduleGuid;
     contentWorkflowAuditHistory.UserGuid = userGuid;
     contentWorkflowAuditHistory.CreatedDateUtc = createdDateUtc;
     return contentWorkflowAuditHistory;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ContentWorkflowAuditHistories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContentWorkflowAuditHistories(ContentWorkflowAuditHistory contentWorkflowAuditHistory)
 {
     base.AddObject("ContentWorkflowAuditHistories", contentWorkflowAuditHistory);
 }