示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Roles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRoles(Role role)
 {
     base.AddObject("Roles", role);
 }
示例#2
0
 /// <summary>
 /// Create a new Role object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 public static Role CreateRole(global::System.Int64 id, global::System.String name, global::System.DateTime createDate)
 {
     Role role = new Role();
     role.ID = id;
     role.Name = name;
     role.CreateDate = createDate;
     return role;
 }