Example #1
0
        /// <summary>
        /// Create a new artArticleCategory object.
        /// </summary>
        /// <param name="idArticleCategory">Initial value of the IdArticleCategory property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        /// <param name="isActive">Initial value of the IsActive property.</param>
        public static artArticleCategory CreateartArticleCategory(global::System.Int32 idArticleCategory, global::System.String name, global::System.Boolean isActive)
        {
            artArticleCategory artArticleCategory = new artArticleCategory();

            artArticleCategory.IdArticleCategory = idArticleCategory;
            artArticleCategory.Name     = name;
            artArticleCategory.IsActive = isActive;
            return(artArticleCategory);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the artArticleCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToartArticleCategories(artArticleCategory artArticleCategory)
 {
     base.AddObject("artArticleCategories", artArticleCategory);
 }