Beispiel #1
0
        /// <summary>
        /// Create a new stdBasic object.
        /// </summary>
        /// <param name="std_id">Initial value of the std_id property.</param>
        /// <param name="std_name">Initial value of the std_name property.</param>
        public static stdBasic CreatestdBasic(global::System.Int32 std_id, global::System.String std_name)
        {
            stdBasic stdBasic = new stdBasic();

            stdBasic.std_id   = std_id;
            stdBasic.std_name = std_name;
            return(stdBasic);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the stdBasics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTostdBasics(stdBasic stdBasic)
 {
     base.AddObject("stdBasics", stdBasic);
 }