Ejemplo n.º 1
0
 /// <summary>
 /// Create a new about object.
 /// </summary>
 /// <param name="about_me">Initial value of the about_me property.</param>
 /// <param name="version">Initial value of the version property.</param>
 public static about Createabout(global::System.String about_me, global::System.Int32 version)
 {
     about about = new about();
     about.about_me = about_me;
     about.version = version;
     return about;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the abouts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToabouts(about about)
 {
     base.AddObject("abouts", about);
 }