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