Esempio n. 1
0
 /// <summary>
 /// Create a new Groups object.
 /// </summary>
 /// <param name="groupId">Initial value of the groupId property.</param>
 /// <param name="groupName">Initial value of the groupName property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="accessType">Initial value of the accessType property.</param>
 public static Groups CreateGroups(global::System.Int32 groupId, global::System.String groupName, global::System.String description, global::System.Byte accessType)
 {
     Groups groups = new Groups();
     groups.groupId = groupId;
     groups.groupName = groupName;
     groups.description = description;
     groups.accessType = accessType;
     return groups;
 }
Esempio n. 2
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(Groups groups)
 {
     base.AddObject("Groups", groups);
 }