示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the commenttypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocommenttypes(commenttype commenttype)
 {
     base.AddObject("commenttypes", commenttype);
 }
示例#2
0
 /// <summary>
 /// Create a new commenttype 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 commenttype Createcommenttype(global::System.Int32 id, global::System.String name, global::System.Boolean isActive)
 {
     commenttype commenttype = new commenttype();
     commenttype.Id = id;
     commenttype.Name = name;
     commenttype.IsActive = isActive;
     return commenttype;
 }