Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the titles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotitles(title title)
 {
     base.AddObject("titles", title);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new title object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static title Createtitle(global::System.Int32 id, global::System.String name, global::System.Boolean isActive)
 {
     title title = new title();
     title.Id = id;
     title.Name = name;
     title.IsActive = isActive;
     return title;
 }