/// <summary> /// Create a new eFormDataList object. /// </summary> /// <param name="eFormDataListID">Initial value of the eFormDataListID property.</param> /// <param name="isDeleted">Initial value of the IsDeleted property.</param> /// <param name="createdBy">Initial value of the CreatedBy property.</param> /// <param name="createdDate">Initial value of the CreatedDate property.</param> /// <param name="updatedBy">Initial value of the UpdatedBy property.</param> /// <param name="updatedDate">Initial value of the UpdatedDate property.</param> public static eFormDataList CreateeFormDataList(global::System.Int32 eFormDataListID, global::System.Boolean isDeleted, global::System.Int32 createdBy, global::System.DateTime createdDate, global::System.Int32 updatedBy, global::System.DateTime updatedDate) { eFormDataList eFormDataList = new eFormDataList(); eFormDataList.eFormDataListID = eFormDataListID; eFormDataList.IsDeleted = isDeleted; eFormDataList.CreatedBy = createdBy; eFormDataList.CreatedDate = createdDate; eFormDataList.UpdatedBy = updatedBy; eFormDataList.UpdatedDate = updatedDate; return eFormDataList; }
/// <summary> /// Deprecated Method for adding a new object to the eFormDataLists EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToeFormDataLists(eFormDataList eFormDataList) { base.AddObject("eFormDataLists", eFormDataList); }