/// <summary>
        /// Create a new CaseEntity object.
        /// </summary>
        /// <param name="task">Initial value of the Task property.</param>
        /// <param name="created">Initial value of the Created property.</param>
        /// <param name="id">Initial value of the ID property.</param>
        public static CaseEntity CreateCaseEntity(global::System.String task, global::System.DateTime created, global::System.Guid id)
        {
            CaseEntity caseEntity = new CaseEntity();

            caseEntity.Task    = task;
            caseEntity.Created = created;
            caseEntity.ID      = id;
            return(caseEntity);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the CaseEntities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCaseEntities(CaseEntity caseEntity)
 {
     base.AddObject("CaseEntities", caseEntity);
 }