Beispiel #1
0
 /// <summary>
 /// Create a new tsysappinfo object.
 /// </summary>
 /// <param name="appname">Initial value of the appname property.</param>
 public static tsysappinfo Createtsysappinfo(global::System.String appname)
 {
     tsysappinfo tsysappinfo = new tsysappinfo();
     tsysappinfo.appname = appname;
     return tsysappinfo;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tsysappinfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotsysappinfo(tsysappinfo tsysappinfo)
 {
     base.AddObject("tsysappinfo", tsysappinfo);
 }