상속: System.Data.Objects.DataClasses.EntityObject
예제 #1
0
        /// <summary>
        /// Create a new myedition object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="title">Initial value of the Title property.</param>
        public static myedition Createmyedition(global::System.Int32 id, global::System.String title)
        {
            myedition myedition = new myedition();

            myedition.Id    = id;
            myedition.Title = title;
            return(myedition);
        }
예제 #2
0
 /// <summary>
 /// Create a new myedition object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 public static myedition Createmyedition(global::System.Int32 id, global::System.String title)
 {
     myedition myedition = new myedition();
     myedition.Id = id;
     myedition.Title = title;
     return myedition;
 }
예제 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the myeditions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomyeditions(myedition myedition)
 {
     base.AddObject("myeditions", myedition);
 }
예제 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the myeditions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomyeditions(myedition myedition)
 {
     base.AddObject("myeditions", myedition);
 }