Example #1
0
        /// <summary>
        /// Create a new finance 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 finance Createfinance(global::System.Int32 std_id, global::System.String std_name)
        {
            finance finance = new finance();

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