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

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