Esempio n. 1
0
 /// <summary>
 /// Create a new vw_Category object.
 /// </summary>
 /// <param name="categoryID">Initial value of the CategoryID property.</param>
 /// <param name="category">Initial value of the Category property.</param>
 /// <param name="sectionID">Initial value of the SectionID property.</param>
 /// <param name="categoryGroupID">Initial value of the CategoryGroupID property.</param>
 /// <param name="categoryTypeID">Initial value of the CategoryTypeID property.</param>
 /// <param name="createdByID">Initial value of the CreatedByID property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="modifiedByID">Initial value of the ModifiedByID property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 /// <param name="activeFlag">Initial value of the ActiveFlag property.</param>
 /// <param name="deleteFlag">Initial value of the DeleteFlag property.</param>
 /// <param name="priority">Initial value of the Priority property.</param>
 public static vw_Category Createvw_Category(global::System.Int32 categoryID, global::System.String category, global::System.Int32 sectionID, global::System.Int32 categoryGroupID, global::System.Int32 categoryTypeID, global::System.Int32 createdByID, global::System.DateTime createDate, global::System.Int32 modifiedByID, global::System.DateTime modifiedDate, global::System.Int32 activeFlag, global::System.Int32 deleteFlag, global::System.Int32 priority)
 {
     vw_Category vw_Category = new vw_Category();
     vw_Category.CategoryID = categoryID;
     vw_Category.Category = category;
     vw_Category.SectionID = sectionID;
     vw_Category.CategoryGroupID = categoryGroupID;
     vw_Category.CategoryTypeID = categoryTypeID;
     vw_Category.CreatedByID = createdByID;
     vw_Category.CreateDate = createDate;
     vw_Category.ModifiedByID = modifiedByID;
     vw_Category.ModifiedDate = modifiedDate;
     vw_Category.ActiveFlag = activeFlag;
     vw_Category.DeleteFlag = deleteFlag;
     vw_Category.Priority = priority;
     return vw_Category;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_Category EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_Category(vw_Category vw_Category)
 {
     base.AddObject("vw_Category", vw_Category);
 }