Example #1
0
        /// <summary>
        /// Create a new Catetory object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static Catetory CreateCatetory(global::System.Int32 id)
        {
            Catetory catetory = new Catetory();

            catetory.id = id;
            return(catetory);
        }
 /// <summary>
 /// Create a new Catetory object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static Catetory CreateCatetory(global::System.Int32 id)
 {
     Catetory catetory = new Catetory();
     catetory.id = id;
     return catetory;
 }
Example #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Catetories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCatetories(Catetory catetory)
 {
     base.AddObject("Catetories", catetory);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Catetories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCatetories(Catetory catetory)
 {
     base.AddObject("Catetories", catetory);
 }