/// <summary>
 /// Deprecated Method for adding a new object to the C__RefactorLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC__RefactorLog(C__RefactorLog c__RefactorLog)
 {
     base.AddObject("C__RefactorLog", c__RefactorLog);
 }
 /// <summary>
 /// Create a new C__RefactorLog object.
 /// </summary>
 /// <param name="operationKey">Initial value of the OperationKey property.</param>
 public static C__RefactorLog CreateC__RefactorLog(global::System.Guid operationKey)
 {
     C__RefactorLog c__RefactorLog = new C__RefactorLog();
     c__RefactorLog.OperationKey = operationKey;
     return c__RefactorLog;
 }